-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
68 lines (62 loc) · 2.82 KB
/
404.php
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-38792506-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-38792506-3');
</script> -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K3K8F54');</script>
<!-- End Google Tag Manager -->
<meta property="og:title" content="Breaking Bad Element Generator" />
<meta property="og:type" content="TV Series" />
<meta property="og:url" content="http://breakingbad.imarun.com/" />
<meta property="og:image" content="http://breakingbad.imarun.com/images/im-the-one-who-knocks.png" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Breaking Bad Generator" />
<meta property="og:audio" content="http://breakingbad.imarun.com/images/breaking-bad-theme.mp3" />
<meta property="og:description"
content="This webpage is designed for Breaking Bad TV series lovers. Users can generate their names with periodic elements in Breaking bad credit style" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="404 page - Broken link of Breaking bad generator site. Walter White is very sad."/>
<meta name="keywords" content="breaking bad, chemistry, periodic elements, generator, TV series" />
<meta name=viewport content="width=device-width, initial-scale=1.0">
<meta name="yandex-verification" content="ba1e94835b124584" />
<meta name="msvalidate.01" content="669E7B8BF4A4EEBB7E16259B78C4EA25" />
<title>Breaking Bad Element Generator - 404 page</title>
<link rel="alternate" hreflang="en" href="http://breakingbad.imarun.com/">
<link rel="icon" type="image/png" href="images/favicon.png">
<style type="text/css">
body{
background: #6678008f;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
img{
max-width: 100%;
}
</style>
</head>
<body>
<!-- <?php
// header("HTTP/1.0 404 Not Found");
// print('The file that you requested: ' . $_GET['path'] . ' was not found\n');
// or include a special 404 page
// include ('/path/to/' . $_GET['path']);
?>
-->
<img src="images/404-broken-link-page.png">
</body>
</html>