26 lines
617 B
Plaintext
26 lines
617 B
Plaintext
<!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>
|