forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
49 lines (43 loc) · 1.29 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
permalink: /404.html
---
<html>
<head>
<title>can u do a video on killing someone w/a rock</title>
<style>
html {
width: 100%;
height: 100%;
background-color: #1d1d1d;
cursor: url(https://raw.githubusercontent.com/gamrtiem/gamrtiem.github.io/master/images/ezgif-1-b691d279d8.gif), auto;
}
#osaka {
width: 100%;
height: 100%;
display: flex;
align-items: center;
/* vertical */
justify-content: center;
/* horizontal */
}
* {
font-family: "determination";
cursor: url(https://raw.githubusercontent.com/gamrtiem/gamrtiem.github.io/master/images/ezgif-1-b691d279d8.gif), auto;
}
</style>
<link rel="icon" type="image/x-icon" href="https://github.com/gamrtiem/gamrtiem.github.io/blob/master/images/bleh.gif?raw=true">
<meta content="icebro dot party" property="og:title" />
<meta content="whoops !!" property="og:description" />
<meta content="https://icebro.party" property="og:url" />
<meta content="images/Osaka_Bejewled.mp4" property="og:image" />
<meta content="#EDD3F5" data-react-helmet="true" name="theme-color" />
<meta name="twitter:card" content="summary">
</head>
<body>
<div id="osaka">
<video autoplay style="display:block " controls>
<source src="images/Osaka_Bejewled.mp4" type="video/mp4" />
</video>
</div>
</body>
</html>