-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 lines (22 loc) · 837 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
---
layout: default
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>I'm So Lost</h1>
<p><strong>Welcome to the 404 Page!</strong></p>
<p>The requested page could not be found. Sorry about that. You know what else is confusing? The entire Kingdom Hearts storyline. If you want to be less lost on that, watch the video below. If you'd like to feel less lost about where you are now, try hitting the back button on your browser.</p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/xm-NoyqzGkY?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>