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";
}
<div class="text-center">
<h1 class="display-4">Письма</h1>
</div>
<div class="text-center">
<table class="table">
<thead>
@ -74,7 +78,3 @@
$("#next-page").on('click', () => onClicked(true));
</script>
<div class="text-center">
<h1 class="display-4">Заказы</h1>
</div>