fixed small mistakes

This commit is contained in:
2026-01-09 03:53:56 +01:00
parent 09ca63e05c
commit aa2cdad368
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -8,7 +8,7 @@
</head>
<body>
<header class="container header-title">
<h1><a href="{{ url_for('main.index') }}">> TUM CTF 2026</a></h1>
<h1><a href="{{ url_for('main.index') }}">> h4tum CTF 2026</a></h1>
</header>
<main>
{% block content %}{% endblock %}