-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
36 lines (32 loc) · 874 Bytes
/
404.html
File metadata and controls
36 lines (32 loc) · 874 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
33
34
35
36
---
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="row" style="margin-top:5%;">
<!-- <div class="container"> -->
<!-- <h2>404</h2> -->
<center>
<p>The requested page could not be found, but I did find this adorable video:</p>
<div class="row">
<iframe width="560" height="315" src="https://www.youtube.com/embed/LGrpsZ7BsQA?autoplay=1&mute=1"></iframe>
<!-- <div style="position: relative; width: 100%; padding-bottom: 56.25%;">
<iframe
src="https://getyarn.io/yarn-clip/88b5aca6-8030-490d-8bbf-1e7b286e17a6/embed?autoplay=false&responsive=true"
frameborder="0"
></iframe> -->
</div>
</div>
</center>
</div>