School Commit Init

This commit is contained in:
2024-08-31 12:07:21 +03:00
commit 0b130ee18c
2801 changed files with 4720552 additions and 0 deletions
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<title>News</title>
</head>
<body>
<div class="container text-center" id="index-page">
<h2>News</h2>
<a type="button"
class="btn btn-primary btn-block"
href="/login">
Login
</a>
<a type="button"
class="btn btn-primary btn-block"
href="/view">
View
</a>
</div>
</body>
</html>