PIbd-22_Kaznacheeva.E.K_Int.../lab3/adminApplication.html
2023-12-15 15:57:59 +04:00

82 lines
2.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ceramic.studio</title>
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="style.css" />
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="container">
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">ceramic.studio</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="registration.html">связаться с нами</a>
</li>
</ul>
</div>
</div>
</nav>
<table>
<thead>
<div class="title text-center my-5">
<h1>Просмотр заявок</h1>
</div>
<tr bgcolor = "#EEDFCC">
<th scope="col" width = "200" height = "100">ФИО</th>
<th scope="col" width = "200">Электронный адрес</th>
<th scope="col" width = "200">Сообщение</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" height = "70">Чубыкина Полина Павловна</th>
<td>chubykina@mail.ru</td>
<td>Записываюсь на МК ручная лепка</td>
</tr>
<tr>
<th scope="row" height = "70"></th>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" height = "70"></th>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" height = "70"></th>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row" height = "70"></th>
<td></td>
<td></td>
</div>
</div>
</tr>
</tbody>
</table>
<div class="container text-center my-5 mx-auto">
<a href="page4.html" class="btn btn-my">Редактирование</a>
</div>
</body>
</html>