summaryrefslogtreecommitdiff
path: root/remote/default_page/index.html
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-11-23 19:41:17 +0100
committerChristian Franke <nobody@nowhere.ws>2011-11-24 15:40:23 +0100
commit7cbcc52fa195248b8ea3313f840dc5d72c954869 (patch)
tree711aa1fd6b41652062dccfe86e914aec09044891 /remote/default_page/index.html
parent2afa174709cfb91b3c85753c1e13f203403c407d (diff)
store default_page locally, make it a bit more scalableHEADmaster
Diffstat (limited to 'remote/default_page/index.html')
-rw-r--r--remote/default_page/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/remote/default_page/index.html b/remote/default_page/index.html
new file mode 100644
index 0000000..06a42d2
--- /dev/null
+++ b/remote/default_page/index.html
@@ -0,0 +1,16 @@
+<html>
+ <head>
+ <title>
+ sub:lounge
+ </title>
+ <link rel="stylesheet" href="style.css" type="text/css">
+ </head>
+
+ <body>
+ <div class="hidden">
+ <div class="frame">
+ <img src="logo.png">
+ </div>
+ </div>
+ </body>
+</html>