diff options
author | Martin Vilcans <martin@librador.com> | 2011-09-05 23:09:05 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2011-09-10 20:45:56 +0200 |
commit | 7d3877f94a8de98a11bcea631b79b6db9b7f47fe (patch) | |
tree | 637d0b0c2c32494d9426fca9bda20270ff164f6b /server/index.html | |
parent | 56551b10935c9027d8e1178430f7d8e82e078150 (diff) | |
download | screenplain-7d3877f94a8de98a11bcea631b79b6db9b7f47fe.tar.gz |
Removed server code from Screenplain library project.
Diffstat (limited to 'server/index.html')
-rw-r--r-- | server/index.html | 15 |
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> |