first working flask prototype
This commit is contained in:
11
beertap/templates/beertap.html
Normal file
11
beertap/templates/beertap.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Beertap{% endblock %}
|
||||
{% block content %}
|
||||
<form method="POST">
|
||||
<br />
|
||||
<div align="center" class="d-grid gap-2 col-10 mx-auto"">
|
||||
<button type="submit" class="btn btn-primary btn-block py-5">Es Grosses!</button>
|
||||
<button type="submit" class="btn btn-secondary btn-block py-5">Es Chliises!</button>
|
||||
</div>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user