aboutsummaryrefslogtreecommitdiffstats
path: root/server/index.html
blob: 051b8c6b99f3ce6356478d4c892a95c4bfc51257 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>