add ugly page
authorSteven McDonald <steven@steven-mcdonald.id.au>
Wed, 28 Sep 2011 11:16:41 +0000 (21:16 +1000)
committerSteven McDonald <steven@steven-mcdonald.id.au>
Wed, 28 Sep 2011 11:16:41 +0000 (21:16 +1000)
navigation.shtml
ugly.shtml [new file with mode: 0755]

index f5070585d74e84d105ce68146efac8cae261be6c..e8bca0fc6b48298d1ba3ff4cde788b8d96f02acb 100755 (executable)
@@ -18,5 +18,8 @@
  <li>
   <a href="/licence.shtml">Copyright</a>
  </li>
+ <li>
+  <a href="/ugly.shtml">Ugly</a>
+ </li>
 </ul>
 </div>
diff --git a/ugly.shtml b/ugly.shtml
new file mode 100755 (executable)
index 0000000..1511461
--- /dev/null
@@ -0,0 +1,25 @@
+<!--#include virtual="/doctype.txt"-->
+<html>
+
+<!--#include virtual="/head.shtml"-->
+
+<body>
+
+<!--#include virtual="/header.shtml"-->
+
+<!--#include virtual="/navigation.shtml"-->
+
+<div id="content">
+  <h2>
+    Your website is ugly!
+  </h2>
+  <p>
+    Quite. Deal with it.
+  </p>
+</div>
+
+<!--#include virtual="/footer.shtml"-->
+
+</body>
+
+</html>