-
Notifications
You must be signed in to change notification settings - Fork 0
/
oops.html
37 lines (33 loc) · 1.21 KB
/
oops.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
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<title>Oops</title>
<meta charset="utf-8" />
<link rel="icon" href="images/uwu.png" type="image/x-icon" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RBBQGGTNMT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RBBQGGTNMT');
</script>
</head>
<body>
<div>
<h1>Oops!</h1>
<p>
This code was part of a school project and is strictly closed-source. If you'd like to see it, please contact me on <a href="https://www.linkedin.com/in/gage-howe/">LinkedIn</a> or howe.gaged@gmail.com.
</p>
<p>
<a href="index.html">Click here</a> to go back to the main page.
</p>
</div>
</body>