aboutsummaryrefslogtreecommitdiffstats
path: root/server/index.html
diff options
context:
space:
mode:
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>