This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
90 lines (81 loc) · 3.97 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
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
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>I'm lost!</title>
<meta charset="utf-8" />
<meta name="theme-color" content="#640032"/>
<link rel="shortcut icon" type="image/png" href="https://github.com/Snuggle.png"/>
<meta property="og:image" content="https://github.com/Snuggle.png" />
<meta property="og:image:secure_url" content="https://github.com/Snuggle.png" />
<meta property="og:url" content="https://snugg.ie" />
<meta property="og:type" content="profile" />
<meta property="profile:first_name" content="Evie" />
<meta property="profile:last_name" content="Snuggle" />
<meta property="profile:username" content="Snuggle" />
<meta property="profile:gender" content="female" />
<meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:locale:alternate" content="es_ES" />
<meta property="og:site_name" content="snugg.ie ✨">
<meta property="og:title" content="Evie Snuggle's Website! 🍵🌸" />
<meta property="og:description" content="Hey! Whatever page you're looking for, I couldn't find... 404? HELP. 🚨" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<meta property="og:image:alt" content="Evie Snuggle's current avatar!" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/snuggie.css">
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<span class="toggle-themes hidden-phone">
<a onClick="toggle_theme('light')" class="button uno toggle-theme-light"><i class="fas fa-moon"></i><span class="hidden-phone"><noscript>(JS required)</noscript></span></a>
<a onClick="toggle_theme('dark')" class="button uno toggle-theme-dark"><i class="fas fa-cloud-sun"></i><span class="hidden-phone"><noscript>(JS required)</noscript></span></a>
</span>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1>Oops! I'm lost.</h1>
<p>We couldn't find the page that you asked for.</p>
</header>
<!-- Main -->
<div id="main">
<!-- Content -->
<section id="content" class="main">
<!-- Text -->
<section>
<h2>Oh. What now?</h2>
<p>This is a pretty <b>common</b> error (404) if the page you were looking for has now been deleted or moved</em>.
<div class="row">
<div class="col-6 col-12-medium">
<ul class="actions">
<li><a href="/" class="button primary">Return to safety!</a></li>
<li><a href="https://d17fnq9dkz9hgj.cloudfront.net/uploads/2018/03/Russian-Blue_01.jpg" class="button">I'm sad. Show me a cute cat.</a></li>
</ul>
</div>
</section>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">Made with <i class="fas fa-heart" style="color: firebrick;"></i> by <a href="contact" class="snuggle-attribution">Evie Snuggle</a>, whose <a href="https://pronoun.is/she" class="snuggle-attribution">pronoun.is/she</a>. <i class="fas fa-venus" style="color: pink;"></i></p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>