generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
60 lines (57 loc) · 3.25 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A choose your own adventure story, based on a zombie's journey to meet the Zombie King. Will you find the cure, true love, or a grizzly death?">
<meta name="keywords" content="zombie, king, story, animation, hackathon, halloween">
<link rel="canonical" href="https://abibubble.github.io/undead-choices/">
<!-- Facebook, LinkedIn, Google -->
<meta property="og:type" content="article"/>
<meta property="og:title" name="title" content="Undead Choices"/>
<meta property="og:description" content="A choose your own adventure story, based on a zombie's journey to meet the Zombie King. Will you find the cure, true love, or a grizzly death?"/>
<meta property="og:url" content="https://abibubble.github.io/undead-choices/"/>
<meta property="og:site_name" content="Undead Choices"/>
<meta property="og:image" name="image" content="assets/docs/finalsite.png"/>
<meta property="og:image:alt" content="The Undead Choices site on a variety of devices">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Undead Choices">
<meta name="twitter:description" content="A choose your own adventure story, based on a zombie's journey to meet the Zombie King. Will you find the cure, true love, or a grizzly death?">
<meta name="twitter:image" content="assets/docs/finalsite.png">
<meta name="twitter:image:alt" content="The Undead Choices site on a variety of devices">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest" crossorigin="use-credentials">
<!-- Local stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
<title>Undead Choices 404</title>
</head>
<body>
<header>
<h1>Undead Choices!</h1>
</header>
<main>
<div class="page current">
<div id="paragraph-404-container">
<div class="paragraph-holder paragraph-holder-grid">
<h1 id="page-404">404</h1>
<p id="oh-no">
Oh no! This page doesn't exist!
</p>
<a href="https://abibubble.github.io/undead-choices/" role="button" rel="noopener noreferrer" class="btn safety-btn" id="safety-btn">
Head back to safety
</a>
</div>
</div>
</div>
</main>
<footer>
<p>Copyright © Blood, Sweat, and Brains <span id="copyright"></span></p>
</footer>
</body>
</html>