summaryrefslogtreecommitdiff
path: root/server/index.html
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2011-08-23 00:26:05 +0200
committerMartin Vilcans <martin@librador.com>2011-08-23 00:26:05 +0200
commit95f1fab08d079f2ed63499ef5b41a55c17c2d84e (patch)
tree03c2292628efc7474333379df56fc99b9ad79ab9 /server/index.html
parent760e0929449808db8fec420798e0d031b168f79d (diff)
First simplistic version of the AppEngine server
Diffstat (limited to 'server/index.html')
-rw-r--r--server/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/server/index.html b/server/index.html
new file mode 100644
index 0000000..051b8c6
--- /dev/null
+++ b/server/index.html
@@ -0,0 +1,15 @@
+<!doctype html>
+
+<html>
+Hello world
+
+<form action="text" method="POST">
+ <textarea cols=80 rows=30 name="data">
+ EXT. SOMEWHERE - DAY
+
+ SOME GUY appears out of nowhere.
+ </textarea>
+ <input type=submit>
+</form>
+
+</html>