YoBatM commited on
Commit
5d31a2a
·
verified ·
1 Parent(s): 7bd4428

Create templates/latex.html

Browse files
Files changed (1) hide show
  1. templates/latex.html +8 -0
templates/latex.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <h1>
3
+ {{result}}
4
+ </h1>
5
+ <form action="GET">
6
+ <input type="text" name="q"/>
7
+ </form>
8
+ </html>