Agliullov D. A. Lab Work 7 Hard #20

Closed
d.agliullov wants to merge 34 commits from Lab7_Hard into Lab6_Hard
Showing only changes of commit 30bacf9926 - Show all commits

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>
@ -73,8 +77,4 @@
$("#prev-page").on('click', () => onClicked(false));
$("#next-page").on('click', () => onClicked(true));
</script>
<div class="text-center">
<h1 class="display-4">Заказы</h1>
</div>
</script>