Compare commits

..

No commits in common. "1812d3bbefe503dc34f7b4701248e95e6123baf4" and "b4647fe4e9ccbcdac76a3f23f8c1e2acb0d4b032" have entirely different histories.

5 changed files with 115 additions and 121 deletions

View File

@ -14,7 +14,7 @@ header nav a:hover {
footer {
background-color: #9c9c9c;
height: 48px;
height: 64px;
color: #ffffff;
}

View File

@ -1,5 +1,4 @@
<!doctype html>
<html lang="ru" class="h-100">
<html lang="ru">
<head>
<meta charset="utf-8" />
<title>Моя страница</title>

View File

@ -1,16 +1,18 @@
<!doctype html>
<html lang="ru" class="h-100">
<head>
<meta charset="utf-8" />
<html lang="ru">
</html>
<head>
<meta charset="utf-8">
<title>Моя страница</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="./node_modules/bootstrap-icons/font/bootstrap-icons.min.css" rel="stylesheet" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<link rel="stylesheet" href="./css/style.css">
</head>
<body class="h-100 d-flex flex-column">
<body class="h-100 d-flex flex-column">
<header>
<nav class="navbar navbar-expand-md navbar-dark">
<div class="container-fluid">
@ -18,15 +20,8 @@
<i class="bi bi-app"></i>
Мой сайт
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<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="navbar-collapse collapse justify-content-end" id="navbarNav">
@ -54,7 +49,8 @@
<th scope="col"></th>
</tr>
</thead>
<tbody id="students"></tbody>
<tbody id="students">
</tbody>
</table>
</main>
<footer class="footer mt-auto d-flex flex-shrink-0 justify-content-center align-items-center">
@ -117,5 +113,6 @@
getStudents();
});
</script>
</body>
</body>
</html>

View File

@ -1,5 +1,4 @@
<!doctype html>
<html lang="ru" class="h-100">
<html lang="ru">
<head>
<meta charset="utf-8" />
<title>Моя страница</title>

View File

@ -1,5 +1,4 @@
<!doctype html>
<html lang="ru" class="h-100">
<html lang="ru">
<head>
<meta charset="utf-8" />
<title>Моя страница</title>