This commit is contained in:
Данияр Аглиуллов 2023-03-19 17:36:09 +04:00
parent 05f7855a11
commit 30bacf9926

View File

@ -1,6 +1,10 @@
@{ @{
ViewData["Title"] = "Mails"; ViewData["Title"] = "Mails";
} }
<div class="text-center">
<h1 class="display-4">Письма</h1>
</div>
<div class="text-center"> <div class="text-center">
<table class="table"> <table class="table">
<thead> <thead>
@ -73,8 +77,4 @@
$("#prev-page").on('click', () => onClicked(false)); $("#prev-page").on('click', () => onClicked(false));
$("#next-page").on('click', () => onClicked(true)); $("#next-page").on('click', () => onClicked(true));
</script> </script>
<div class="text-center">
<h1 class="display-4">Заказы</h1>
</div>