forked from Susorodni/swfgalaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
32 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<title>SWF Runner</title>
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" type="image/x-icon" href="images/bitbot.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142454637-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-142454637-1');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2710016129299788",
enable_page_level_ads: true
});
</script>
</head>
<body>
<center id="center">
<img id="title" src="images/logo_transparent.png">
<h1><b>404 Not Found</b></h1>
<h5>The page you are looking for either got deleted or doesn't exist</h5>
<h3><a href="index.html">Return to the main menu</a></h3>
</center>
</html>