forked from brittohalloran/notestack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
41 lines (41 loc) · 1.62 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html><html>
<head> <!-- META --> <title>Notestack</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <!-- STYLESHEETS --> <link href='/styles/960-grid.css' rel='stylesheet' type='text/css'> <link href='/styles/home.css' rel='stylesheet' type='text/css'> <!-- GOOGLE FONTS --> <link href='http://fonts.googleapis.com/css?family=Vollkorn&v1' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Hammersmith+One&v2' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Droid+Sans&v1' rel='stylesheet' type='text/css'> <link href="../fonts/fonts.css" rel='stylesheet' type='text/css' />
<!-- GOOGLE ANALYTICS -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20881572-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script></head><body><div class='fullwindow'> <div class='floater'> <div class='container_404 card'> <div class='inner'> <div class='header_404'><h1>DANG!</h1></div> <div class='subtitle_404'><h3>Can't find that here</h3></div> <div class='homelink_404'><a href='/'>Home</a></div> </div> </div> </div><!--floater--></div><!--fullwindow-->
</body>
</html>