-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
52 lines (43 loc) · 1.99 KB
/
404.html
File metadata and controls
52 lines (43 loc) · 1.99 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<!--Contributors-->
<!--Timothy Do-->
<!--Bennett Nguyen-->
<!--Wilson Nguyen-->
<!--Jason Vu-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176295035-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176295035-1');
</script>
<title>404 Error!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Default Meta Tags -->
<meta name="description" content="A list of resources for those affected by the SCU Lightning Complex fires.">
<meta name="author" content="Timothy Do, Bennett Nguyen, Wilson Nguyen, Jason Vu">
<!-- Facebook Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:title" content="SCU Lightning Complex Fire Resources">
<meta property="og:url" content="https://timothydo.me/scucomplexfires">
<meta property="og:image" content="https://timothydo.me/scucomplexfires/scu.jpg">
<meta property="og:description" content="A list of resources for those affected by the SCU Lightning Complex fires.">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<h1 style="padding-right: 1.5em">SCU Lightning Complex Fire Resources</h1>
<h2>👩🚒 ERROR 404!</h2>
<h3>The page you are looking for does not exist! Go back to</h3>
<a href="./index.html">homepage</a>
<a href="#" onclick="history.go(-1)">previous page</a>
<div id="toggle-theme">☀️</div>
<script src="./main.js"></script>
</body>
</html>