-
Notifications
You must be signed in to change notification settings - Fork 139
/
404.html
34 lines (30 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Railin'</title>
<script src="https://kit.fontawesome.com/11fe60c87a.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/imgs/Logo.png" sizes="1024x1024" />
<meta property="og:title" content="Railin"/>
<meta property="og:description" content="Best game site on the block 😎"/>
<meta property="og:image" content="https://railingames.github.io/imgs/banner.png"/>
<meta name="twitter:card" content="summary_large_image">
<script src="/js/main.js"></script>
<link rel="stylesheet" href="css/bg.css">
</head>
<body onload="pageLoad()" style="padding:0; margin:0;overflow: hidden; background: #111; color: white; font-family: Calibri, 'Trebuchet MS', sans-serif">
<div id="particles-js"></div>
<script src="/js/bg.js"></script>
<script>particlesJS.load('particles-js', '/json/particles.json', function() { console.log('callback - particles.js config loaded'); });</script>
<div style="position: absolute; bottom: 40%; width: 100%;">
<a href="/index.html" style="text-decoration: none;"><h1 style="font-size: 100px; text-align: center; color: white;">404</h1></a>
</div>
<script src="/js/widget.js" async defer>
new Crate({
server: '1081688236021256262',
channel: '1097655748051357766'
})
</script>
</body>
</html>