aboutsummaryrefslogtreecommitdiffstats
path: root/server/index.html
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2011-09-05 23:09:05 +0200
committerMartin Vilcans <martin@librador.com>2011-09-10 20:45:56 +0200
commit7d3877f94a8de98a11bcea631b79b6db9b7f47fe (patch)
tree637d0b0c2c32494d9426fca9bda20270ff164f6b /server/index.html
parent56551b10935c9027d8e1178430f7d8e82e078150 (diff)
downloadscreenplain-7d3877f94a8de98a11bcea631b79b6db9b7f47fe.tar.gz
Removed server code from Screenplain library project.
Diffstat (limited to 'server/index.html')
-rw-r--r--server/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/server/index.html b/server/index.html
deleted file mode 100644
index 3273a1f..0000000
--- a/server/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!doctype html>
-
-<html>
-Hello world
-
-<form action="convert" method="POST">
- <textarea cols=80 rows=30 name="data">
- EXT. SOMEWHERE - DAY
-
- SOME GUY appears out of nowhere.
- </textarea>
- <input type=submit>
-</form>
-
-</html>