-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (32 loc) · 661 Bytes
/
404.html
File metadata and controls
32 lines (32 loc) · 661 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
28
29
30
31
32
---
layout: null
jump_allowed: false
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404</title>
<link rel="stylesheet" href="{{ site.baseurl }}/common/css/common.css">
<style>
html, body {
background-color: black;
color: white;
text-align: center;
}
.site {
width: 5px;
height: 250px;
background-color: red;
margin: 0 auto;
}
a { color: red; }
</style>
<p class="center-text">
There's nothing here.
</p>
<p class="site"></p>
<p class="center-text">
You're looking at <a href="{{ site.baseurl }}/">the site</a> from the side.
</p>