-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnot_found.html
28 lines (24 loc) · 870 Bytes
/
not_found.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RVL1GEYF0T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RVL1GEYF0T');
</script>
<meta charset="UTF-8">
<title>4 0 4 not found</title>
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<link href="index.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" type="image/jpg" href="favicon/favicon.ico"/>
</head>
<body>
<div class="welcomeImage clicableP" onclick="location.href='./menu.html';">
<img src="pics/berserk-no-paradise.jpg">
</div>
<script src="index.js"></script>
</body>
</html>