summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-09 20:40:56 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-09 20:40:56 -0500
commit9808270d4f3df370211905b73ea744b8f3b923e0 (patch)
treef253df3d513fa977b473f43fb04775993ec872cf
parent4af3732288159a52e7e403d77148ee97dddb2cbd (diff)
downloadwebpage-9808270d4f3df370211905b73ea744b8f3b923e0.tar.gz
webpage-9808270d4f3df370211905b73ea744b8f3b923e0.tar.bz2
webpage-9808270d4f3df370211905b73ea744b8f3b923e0.zip
Added bars into header and footer sections instead of body sections
-rw-r--r--fileparts/footer.html1
-rw-r--r--fileparts/header.html1
-rw-r--r--fileparts/index.html2
-rw-r--r--fileparts/recipebot.html1
-rw-r--r--fileparts/recipestop.html1
-rw-r--r--servers.sh1
6 files changed, 3 insertions, 4 deletions
diff --git a/fileparts/footer.html b/fileparts/footer.html
index bef06d4..6fe895a 100644
--- a/fileparts/footer.html
+++ b/fileparts/footer.html
@@ -1,3 +1,4 @@
+ <id><hr><br/></id>
<footer>
<id>
Page last modified on 1/1/8 - Contact the admin at <a href="mailto:admin@cogarr.org">admin@cogarr.org</a>
diff --git a/fileparts/header.html b/fileparts/header.html
index 68ee619..195de7e 100644
--- a/fileparts/header.html
+++ b/fileparts/header.html
@@ -23,3 +23,4 @@
<div>
<a style="text-decoration:line-through" href="./quickstart.html">quickstart</a>
</div>
+ <id><hr></id>
diff --git a/fileparts/index.html b/fileparts/index.html
index dbfc828..ac727d2 100644
--- a/fileparts/index.html
+++ b/fileparts/index.html
@@ -1,4 +1,3 @@
- <id><hr></id>
<id><img style="width:32px" src="icon_home.png"><br/></id>
<body>
<p>
@@ -8,4 +7,3 @@
The site is being renovated, please excuse bugs for the next few days.
</p>
</body>
- <id><hr><br/></id>
diff --git a/fileparts/recipebot.html b/fileparts/recipebot.html
index 90ef369..ec120c6 100644
--- a/fileparts/recipebot.html
+++ b/fileparts/recipebot.html
@@ -1,3 +1,2 @@
</ul>
</body>
-<id><hr><br/></id>
diff --git a/fileparts/recipestop.html b/fileparts/recipestop.html
index 410aae2..f97be68 100644
--- a/fileparts/recipestop.html
+++ b/fileparts/recipestop.html
@@ -1,4 +1,3 @@
-<id><hr><br/></id>
<id><img style="width:32px" src="icon_recipes.png"><br/><br/></id>
<body>
<id>
diff --git a/servers.sh b/servers.sh
index 88b8230..5e2a1d0 100644
--- a/servers.sh
+++ b/servers.sh
@@ -9,6 +9,7 @@ echo "Content-type: text/html"
echo ""
cat ./fileparts/header.html
+echo "<id><img style=\"width:32px\" src=\"icon_rules.png\"><br/><br/></id>"
echo "<body>"
#It seems quotes are enough,see