changelog shortlog tags changeset file revisions annotate raw

bin/index

revision 6: 9a0a3433fcca
child 7:864f6d0c5b91
       1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
       2+++ b/bin/index	Wed Nov 04 01:09:55 2009 +0000
       3@@ -0,0 +1,16 @@
       4+#!/bin/bash
       5+cat <<EOF
       6+<html>
       7+    <head>
       8+        <title>Hackiki</title>
       9+    </head>
      10+    <body>
      11+        <h1>Hackiki</h1>
      12+        <p>Welcome to Hackiki, the world's most hackable wiki!</p>
      13+        <form action="/wiki/edit" method="get">
      14+            Edit a page: <input type="text" name="arg1" value="bin/hello" /><br/>
      15+            <input type="submit" value="Edit" />
      16+        </form>
      17+        <p><a href="/wiki/hello">An example page</a></p>
      18+    </body>
      19+</html>
      20\ No newline at end of file