-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
29 lines (25 loc) · 878 Bytes
/
404.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
28
29
<!DOCTYPE html>
<html lang="en-gb">
<head>
<title>404 | St. Chi College</title>
<link rel="stylesheet" href="assets/style/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
</head>
<body>
<div class="index-container">
<div class="content">
<div style="text-align:center;">
<img style="max-height: 180px; max-width: 180px; width: 100%;" src="https://avatars.githubusercontent.com/t/5109198?s=280&v=4" alt="Logo">
<h1>404 Not Found</h1>
</div>
<div>
<p>This page is under construction. See you soon.</p>
</div>
<footer>
<hr>
Copyright © 2021 St. Chi College, Home University
</footer>
</div>
</div>
</body>
</html>