-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
46 lines (45 loc) · 1.42 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
<html lang="en">
<head>
<title>OwlGram</title>
<script src="https://unpkg.com/@lottiefiles/lottie-player@1.5.7/dist/tgs-player.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Google+Sans:400,500|Product+Sans:400&lang=en">
<link rel="icon" type="image/x-icon" href="https://owlgram.org/favicon.ico">
<meta name='viewport' content='width=device-width, user-scalable=0'>
<style>
html, body {
padding: 0;
margin: 0;
background: rgba(22, 34, 54);
display: flex;
flex-direction: column;
align-items: center;
font-family: "Google Sans", "Roboto", Arial, sans-serif;
width: 100%;
}
h1 {
font-weight: 500;
}
p {
font-weight: 400;
}
h1, p {
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<tgs-player
src="https://owlgram.org/tgs/confused_owl.tgs"
style="width: 160px; height: 160px;margin-top: 50px"
renderer="svg"
loop autoplay>
</tgs-player>
<h1 style="font-size: 46px;margin-top: 30px;color: #4286f4;text-align: center" class="text_font_bold">
Page not found
</h1>
<p style="font-size: 20px;margin-top: 20px;color: #94aacf;text-align: center" class="text_font_medium">
Page not found on this website
</p>
</body>
</html>