-
Notifications
You must be signed in to change notification settings - Fork 7
/
401.html
27 lines (25 loc) · 974 Bytes
/
401.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>401 | Conestoga Computer Science Club</title>
<meta name="description" content="The page you are looking for could not be found" />
<meta name="theme-color" content="#eaaded" />
<!--CSS re-used across stogacs.club -->
<link rel="stylesheet" href="/style/theme.css" />
<link rel="stylesheet" href="/style/navbar.css" />
</head>
<body>
<section id="stack" class="screen" style="min-height: 40em">
<h1 class="center-text" style="color: var(--darkred)">401</h1>
<p class="center-text" style="color: var(--white)"
>You may need to <a href="/leaderboard/login.html">Login</a> to view this page.</p
>
</section>
<p style="text-align: center">
<a href="/">Home?</a>
</p>
</body></html
>