summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fileparts/index.html11
-rw-r--r--index.sh11
2 files changed, 12 insertions, 10 deletions
diff --git a/fileparts/index.html b/fileparts/index.html
new file mode 100644
index 0000000..dbfc828
--- /dev/null
+++ b/fileparts/index.html
@@ -0,0 +1,11 @@
+ <id><hr></id>
+ <id><img style="width:32px" src="icon_home.png"><br/></id>
+ <body>
+ <p>
+ Welcome to Alec's Otherwise, 24/7 Winter Survival
+ We are playing a modified version of The Maw's winter survival on ws_abandon_night
+
+ The site is being renovated, please excuse bugs for the next few days.
+ </p>
+ </body>
+ <id><hr><br/></id>
diff --git a/index.sh b/index.sh
index a7bbe70..c5ecb4f 100644
--- a/index.sh
+++ b/index.sh
@@ -3,14 +3,5 @@ echo "Content-type: text/html"
echo ""
cat ./fileparts/header.html
-echo ' <id><hr></id>
- <id><img style="width:32px" src="icon_home.png"><br/></id>
- <body>
- <p>
- Welcome to Alec's Otherwise, 24/7 Winter Survival
- We are playing a modified version of The Maw's winter survival on ws_abandon_night
- </p>
- </body>
- <id><hr><br/></id>'
-
+cat ./fileparts/index.html
cat ./fileparts/footer.html