diff options
Diffstat (limited to 'index.sh')
| -rw-r--r-- | index.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/index.sh b/index.sh new file mode 100644 index 0000000..a7bbe70 --- /dev/null +++ b/index.sh @@ -0,0 +1,16 @@ + +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/footer.html |
