Project_Fish/templates/index.html
Eljakim Herrewijnen 2186c273dd initial commit
2021-11-07 12:56:41 +01:00

29 lines
695 B
HTML

{% extends 'base.html' %}
<head>
<div class="headerblock">
</div>
<h1>Mag ik naar de kapel?</h1>
</head>
{% block content %}
<div class="requestblock">
<div class="MainText">
<h1 style="text-align: center;">Wanneer mag ik naar de kapel?</h1>
<h3 style="text-align: center;">In welke groep bent u ingedeeld?</h3>
</div>
<input class="nummer_input" id="nummer_input" name="text" placeholder="Groep">
<div class="nummer_button" onclick="GetServices()">Opvragen</div>
<!-- <form method="POST">
<input name="text">
<input type="submit" value="Verzenden!">
</form> -->
</div>
<div class="resultblock" id="resultblock">
</div>
{% endblock %}