summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/rickroller_bare/customfiles/www/index.html
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-02-23 15:55:49 +0100
committermakefu <github@syntax-fehler.de>2013-02-23 15:55:49 +0100
commit001bfd5f2b6890cafd209de4ea360927d4dd8a55 (patch)
treeff5805c808afc2fbe460f767f65ae1152fb32776 /minikrebs/profiles/rickroller_bare/customfiles/www/index.html
parent1ca9360f5a35d0c2ee5876bba85f2ead44e5a540 (diff)
minikrebs is now a submodule
Diffstat (limited to 'minikrebs/profiles/rickroller_bare/customfiles/www/index.html')
m---------minikrebs0
-rw-r--r--minikrebs/profiles/rickroller_bare/customfiles/www/index.html27
2 files changed, 0 insertions, 27 deletions
diff --git a/minikrebs b/minikrebs
new file mode 160000
+Subproject 8fd46a7e3258bff753c42dc43fecfbbc853a685
diff --git a/minikrebs/profiles/rickroller_bare/customfiles/www/index.html b/minikrebs/profiles/rickroller_bare/customfiles/www/index.html
deleted file mode 100644
index 46bd7c33..00000000
--- a/minikrebs/profiles/rickroller_bare/customfiles/www/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<html>
-<head>
-<title>RickRoll'D</title>
-</head>
-<body >
-<center>
- <h1 style='font-size:400%'>RickRoll'D</h1>
- <img src='rick.gif' width="50%"><br/>
- <audio controls id="audio" autoplay loop >
- <source src="rick.ogg" type="audio/ogg" ></source>
- </audio>
-</center>
-<script>
- //try various hacks to get autorun and looping working
-var audio = document.getElementById('audio');
-audio.addEventListener('ended', function(){
- this.currentTime = 0;
-}, false);
- audio.addEventListener('canplay', function() {
- audio.play();
- });
- audio.load();
- audio.play();
-</script>
-<img src="/cgi-bin/rrhelper">
-</body>
-</html>