-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (31 loc) · 1.28 KB
/
404.html
File metadata and controls
31 lines (31 loc) · 1.28 KB
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
30
31
<!DOCTYPE html>
<html>
<head>
<script src="/head.js"></script>
<title>Not Found - CompNUS</title>
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/index.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZW8SQ3EQ1B"></script><script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-ZW8SQ3EQ1B');</script></head>
<body>
<style>
a {
color: yellow;
transition: 0.2s;
}
a:hover {
color: orange;
transform: scale(1.1);
}
</style>
<main style="width: 100vw; height: 100vh; overflow: hidden; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center">
<div class="flex cc">
<img id="ilogo" src="/site/image/logo/main.svg" style="filter: drop-shadow(white 0 0 5px)" />
<h1 id="logo"><span style="font-family:'Funnel Display';">Comp</span><span style="font-family:'Gabarito';">NUS</span></h1>
</div>
<br /><br />
<h2>This page does not exist.</h2>
<h1><a href="#" onclick="history.back()">Return</a></h1>
<h1><a href="/">Homepage</a></h1>
</main>
</body>
</html>