-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
48 lines (33 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>404 File Not Found · Adfont Calendar</title>
<link rel="stylesheet" href="http://f.fontdeck.com/s/css/9ksXHOoiTZWAB3ugYP2wrsRFbf4/<?php echo $_SERVER["HTTP_HOST"]; ?>/2332.css" type="text/css" />
<link href="/css/core.css" rel="stylesheet" />
</head>
<body class="day">
<div class="about popup">
<div class="close"><a href="/" class="close"><img src="/i/back.png" alt="close" /></a></div>
<div class="main">
<h1>Ho Ho Hum</h1>
<a href="http://fontdeck.com/" id="fdlogo"><img src="/i/fontdeck.png" alt="Fontdeck" title="Check out Fontdeck" /></a>
<div class="info">
<h2>Sorry, we couldn't find what you were looking for.</h2>
<p>Weren’t trying to peek ahead were you?</p>
<p>Try some other doors on the <a href="/">Adfont Calendar</a>.</p>
</div> <!-- /.info -->
</div> <!-- /.shelf -->
</div> <!-- /#popup -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-132181-12']);
_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>
</body>
</html>