summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/error.html20
-rw-r--r--static/js/fullscreen.js1
2 files changed, 21 insertions, 0 deletions
diff --git a/static/error.html b/static/error.html
new file mode 100644
index 0000000..42fb64c
--- /dev/null
+++ b/static/error.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+<title>
+dump.fm - error
+</title>
+<style>
+body{margin:1%;font-size:20px;color:#000;font-family: Monaco, "Courier New", Courier, monospace; text-shadow: 1px 1px #eee, 2px 2px #f0e, 3px 3px #eee,4px 4px #f0e,5px 5px #eee, 3px 3px #eee,4px 4px #f0e,5px 5px #eee,6px 6px #f0e,6px 6px #eee,7px 7px #f0e,7px 7px #eee,8px 8px #f0e,8px 8px #eee,9px 9px #f0e,9px 9px #eee; }
+img{border:0px;}
+</style>
+</head>
+<body>
+<center>
+<img src="http://dump.fm/images/20100826/1282858117687-dumpfm-ryder-404.gif">
+<br>
+We're sorry...
+<br>The page yur looking for can't be found.<br><br>
+ <a href="http://dump.fm"><img src="http://dump.fm/static/img/dumppixelhover.png" class="memelogo"></a>
+</center>
+</body>
+</html> \ No newline at end of file
diff --git a/static/js/fullscreen.js b/static/js/fullscreen.js
index 573cabe..0f54102 100644
--- a/static/js/fullscreen.js
+++ b/static/js/fullscreen.js
@@ -179,4 +179,5 @@ $(function() {
PrevMouseCoord = [e.pageX, e.pageY];
$('#memelogo').stop(true, false).animate({opacity: 1.0}, "fast").delay(LogoFadeDelay).animate({opacity: 0}, "slow");
});
+ $('#memelogo').delay(LogoFadeDelay).animate({opacity: 0}, "slow");
}); \ No newline at end of file