-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (22 loc) · 811 Bytes
/
404.html
File metadata and controls
27 lines (22 loc) · 811 Bytes
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
---
permalink: /404.html
layout: void
---
<style type="text/css" media="screen">
.container {
margin: 1rem auto;
max-width: 600px;
/* text-align: center; */
}
</style>
<div class="error-main">
<div class="card">
<h1>Page not found :(</h1>
<p>The requested page could not be found.</p>
<p><a href="/">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path fill="$brand-color" d="M11.9998836,4.09370803 L8.55809517,7.43294953 C8.23531459,7.74611298 8.23531459,8.25388736 8.55809517,8.56693769 L12,11.9062921 L9.84187871,14 L4.24208544,8.56693751 C3.91930485,8.25388719 3.91930485,7.74611281 4.24208544,7.43294936 L9.84199531,2 L11.9998836,4.09370803 Z"></path>
</svg>
Back to Ryan's homepage</a></p>
</div>
</div>