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