This commit is contained in:
2025-04-12 12:26:02 +02:00
parent 97e4b7fe0a
commit 1a59cc4153
12 changed files with 98 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% block title %}
Staak-app
Idk applicatie
{% endblock %}
{% block content %}
<h1>Welkom bij de staak-app!</h1>
<h1>Dit is de home page, hopelijk redirect de pagina</h1>
{% endblock %}