added rule page

This commit is contained in:
2026-01-09 00:48:44 +01:00
parent f2af58a2a5
commit 8a3857a093
4 changed files with 65 additions and 2 deletions

View File

@@ -7,7 +7,9 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
<h1><a href="{{ url_for('main.index') }}">> TUM CTF 2026_</a></h1>
<header class="container header-title">
<h1><a href="{{ url_for('main.index') }}">> TUM CTF 2026</a></h1>
</header>
<main>
{% block content %}{% endblock %}
</main>