-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
120 lines (101 loc) · 4.98 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<base href="http://passivesteve.com/">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Page not found" />
<meta property="og:site_name" content="Passive Steve" />
<meta property="fb:app_id" content="554299404766138" />
<meta property="og:url" content="http://passivesteve.com/404.html" />
<meta property="og:description" content="404. Page not found." />
<meta property="og:image" content="http://passivesteve.com/images/default.png" />
<meta name="twitter:title" content="Page not found" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="Passive Steve" />
<meta name="twitter:image" content="http://passivesteve.com/images/default.png" />
<meta name="twitter:description" content="404. Page not found." />
<title>Page not found | Passive Steve</title>
<link rel="shortcut icon" sizes="196x196" href="http://passivesteve.com/images/favicons/favicon-196.png">
<link rel="apple-touch-icon" href="http://passivesteve.com/images/favicons/favicon-57.png" sizes="57x57">
<link rel="apple-touch-icon" href="http://passivesteve.com/images/favicons/favicon-76.png" sizes="76x76">
<link rel="apple-touch-icon" href="http://passivesteve.com/images/favicons/favicon-120.png" sizes="120x120">
<link rel="apple-touch-icon" href="http://passivesteve.com/images/favicons/favicon-180.png" sizes="180x180">
<link rel="stylesheet" href="http://passivesteve.com/css/app.css"> </head>
<body>
<div class="top-bar">
<div class="top-bar-title">
<span data-responsive-toggle="responsive-menu" data-hide-for="medium">
<button class="menu-icon" type="button" data-toggle></button>
</span>
<a href="index.html" class="header-logo">
<img src="images/passive-steve-logo.png">
</a>
</div>
<div id="responsive-menu">
<div class="top-bar-left">
<ul class="dropdown menu" data-dropdown-menu>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="shows/">Shows</a></li>
<li><a href="watch/">Watch</a></li>
<li><a href="about/">About</a></li>
</ul>
</div>
<div class="top-bar-right">
<ul class="menu">
<li><a href="https://www.facebook.com/PassiveSteve" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/stephenfalepau" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/PassiveSteve" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="content-block">
<div class="row column">
<h2>404, Page not found!</h2>
<p class="lead">Sorry but the page you were trying to access cannot be found. It may have been renamed, moved or deleted from the site. Perhaps going to the <a href="/">homepage</a> might help.</p>
<br><br>
<p>Alternatively, check out these featured shows on Passive Steve.</p>
<div class="content-block">
<div class="row column">
<h3>Featured Shows</h3>
</div>
<div class="row">
<div class="columns small-6 medium-3">
<a href="shows/pit-against.html">
<img src="images/shows/pit-against.png">
</a>
</div>
<div class="columns small-6 medium-3">
<a href="shows/game-on.html">
<img src="images/shows/game-on.png">
</a>
</div>
<div class="columns small-6 medium-3">
<a href="shows/topic-and-chat.html">
<img src="images/shows/topic-and-chat.png">
</a>
</div>
<div class="columns small-6 medium-3">
<a href="shows/top-10.html">
<img src="images/shows/top-10.png">
</a>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/foundation.js"></script>
<script src="js/app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67188085-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>