nehalelkaref commited on
Commit
34a20d8
โ€ข
1 Parent(s): eb45927

Update templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +3 -0
templates/home.html CHANGED
@@ -16,6 +16,9 @@
16
  <textarea name="comment" required="true" rows="1" cols="40"></textarea>
17
  <br>
18
  <input type="submit" value="ุตูŽู†ูู" class="button-89">
 
 
 
19
  </form>
20
  </div>
21
  </body>
 
16
  <textarea name="comment" required="true" rows="1" cols="40"></textarea>
17
  <br>
18
  <input type="submit" value="ุตูŽู†ูู" class="button-89">
19
+ <div id="output" style="visibility: hidden;">
20
+ <p class="output-statement">{{output}}</p>
21
+ </div>
22
  </form>
23
  </div>
24
  </body>