School Commit Init
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user