Advertisement
jrhauser11

qoute.html

Jun 14th, 2021
1,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. {% extends "layout.html" %}
  2.  
  3. {% block title %}
  4.     Qoute
  5. {% endblock %}
  6.  
  7. {% block main %}
  8.     <form action="/qoute" method="post">
  9.         <div class="form-group">
  10.             <input autocomplete="off" autofocus class="form-control" name="symbol" placeholder="Symbol" type="text">
  11.         </div>
  12.         <button class="btn btn-primary" type="submit">Get Qoute</button>
  13.     </form>
  14. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement