-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
41 lines (38 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>uw935 — not found</title>
<link rel="stylesheet" href="static/css/style.css"/>
<link rel="icon" href="static/images/monocle.ico" type="image/x-icon">
<meta name="description" content="Mark's Dolgopyatov aka uw935 personal page">
<meta name="keywords" content="uw935, Марк Долгопятов, Mark Dolgopyatov, Mark D">
<meta name="author" content="uw935">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="yes" name="apple-touch-fullscreen" />
<meta name="format-detection" content="telephone=no">
</head>
<body>
<div style="position: absolute; top: 50%; left: 50%; margin-top: -200px; margin-left: -200px; width: 400px; height: 400px;" id="information">
<span style="margin-bottom: 9px;">
<b>Page not found</b>
</span>
<div style="display: flex; justify-content: center; align-items: center; margin-bottom: 10px;">
<a href="/">
<div class="button button-rounded button-transperant">
<span class="space"></span>Back
</div>
</a>
</div>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F84TNME1LD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag("js", new Date());
gtag("config", "G-F84TNME1LD");
</script>
</body>
</html>