-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
28 lines (25 loc) · 1020 Bytes
/
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
---
permalink: /404.html
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<title>{{ site.title | escape }} - 404 Error</title>
<meta name="description" content="{{ site.description }}">
<link rel="stylesheet" href="{{ "/css/splash.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<script src="/js/splash.js"></script>
</head>
<body class="splash-screen">
<a href="/">
<div class="splash-screen__shadow">
</div>
<canvas id="splashCanvas" class="splash-canvas" width="1500px" height="800px"></canvas>
</a>
</body>
</html>