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 { footer {
background-color: #9c9c9c; background-color: #9c9c9c;
height: 48px; height: 64px;
color: #ffffff; color: #ffffff;
} }

View File

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

View File

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

View File

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

View File

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