-
Notifications
You must be signed in to change notification settings - Fork 5
/
500.html
102 lines (89 loc) · 4.04 KB
/
500.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<meta name="keywords" content="Recipes, Find a recipe, Holidays, Christmas, Hanukkah, Winter Solstice, Yule, Kwanza, Bodhi Day">
<meta name="description" content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! 500 Error">
<meta name="url" content="https://mbutler1991.github.io/seasonedgreetings/500.html">
<!-- SOCIAL MEDIA META -->
<!-- Facebook, LinkedIn, Google -->
<meta property="og:type" content="website">
<meta property="og:title" content="Seasoned Greetings - 500 Error">
<meta property="og:description" content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! 500 Error">
<meta name="image" property="og:image" content="documentation/site-responsive.png">
<meta property="og:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<meta property="og:url" content="https://mbutler1991.github.io/seasonedgreetings/500.html">
<meta property="og:site_name" content="Seasoned Greetings">
<meta name="author" content="The Six Seasons">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Seasoned Greetings">
<meta name="twitter:description" content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! 500 Error">
<meta name="twitter:image" content="documentation/site-responsive.png">
<meta name="twitter:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicons/site.webmanifest">
<!-- Stylesheets -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/cracker.css">
<title>Seasoned Greetings - 500 Error</title>
</head>
<body>
<main>
<h1>500 Error</h1>
<h2>Oh no, you've lost your way on the way to the dinner table!<br>Perhaps this cracker will cheer you up?</h2>
<!-- Cracker -->
<div class="cracker">
<div id="crackerWrapper">
<div id="jokeWrap">
<h3 id="joke">joke</h3>
<h4 id="punchline">punchline</h4>
</div>
<div id="leftCracker">
<div class="handle"></div>
<div class="end"></div>
<div class="handle2"></div>
<div class="ring"></div>
<div class="body"></div>
<div class="body2"></div>
<div class="zigzag">
<div class="zig1"></div>
<div class="zig1"></div>
<div class="zig1"></div>
<div class="zig1"></div>
<div class="zig1"></div>
</div>
</div>
<div id="rightCracker">
<div class="handle"></div>
<div class="end"></div>
<div class="handle2"></div>
<div class="ring"></div>
<div class="body"></div>
<div class="body2"></div>
<div class="zigzag">
<div class="zig1"></div>
<div class="zig1"></div>
<div class="zig1"></div>
<div class="zig1"></div>
<div class="zig1"></div>
</div>
</div>
</div>
</div>
<div class="button-container">
<button class="refresh-button button btn btn-outline-light h-50 m-1 search-button">Pull Again!</button>
<a class="button btn btn-outline-light h-50 m-1 search-button" href="index.html">Go Home!</a>
</div>
</main>
<!-- Scripts -->
<script src="assets/js/cracker.js"></script>
</body>
</html>