Verlinkung mit finaler Seite eingebaut

This commit is contained in:
2024-01-14 22:08:10 +01:00
parent a1ee5f3ea0
commit fdac7b05ea
4 changed files with 48 additions and 7 deletions

View File

@@ -5,6 +5,16 @@
{% endblock %}
{% block content %}
<form action='#' method='post'>
<br>
<p> Name:</p>
<p><input type='text' name='name' /></p>
<p> Email:</p>
<p><input type='text' name='email' /></p>
<br>
<p><input type='submit' value='submit' /></p>
</form>
<input type="radio" class="btn-check" name="options-base" id="option5" autocomplete="off" checked>
<label class="btn" for="option5">Fuck yes!</label>
@@ -12,7 +22,7 @@
<label class="btn" for="option6">Fuck no!</label>
<input type="radio" class="btn-check" name="options-base" id="option7" autocomplete="off">
<label class="btn" for="option7">Fuck you!</label>
<label class="btn" for="option7">Fuck you!</label><br><br>
<button type="button" class="btn btn-primary">Submit</button>
{% endblock %}