-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·24 lines (23 loc) · 1.07 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title><title></title></title>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3392624-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
<link rel="Shortcut Icon" href="http://www.iamnotgoodattheinter.net/images/favicon.ico">
<link rel="Shortcut Icon" href="http://www.iamnotgoodattheinter.net/images/favicon.gif">
</head>
<body style="background-image:url('images/favicon.gif')">
<div style="position:relative;width:600px;height:350px;top:200px;left:0px;margin:auto;font:24pt Verdana;text-align:center;background:url(images/happycat.jpg) bottom right no-repeat;">
<strong>oh god, how did this get here</strong>
</div>
</body>
</html>