Create templates/latex.html
Browse files- 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>
|