Initial: Pokedexter TCG-Collector webapp

This commit is contained in:
2026-07-01 21:10:06 +02:00
commit c0952a3bd3
27 changed files with 1684 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block title %}404 — Ikke fundet{% endblock %}
{% block content %}
<div style="text-align:center;padding:60px 0;">
<h1 style="font-size:3rem;">404</h1>
<p style="color:var(--text-muted);margin:16px 0;">Siden blev ikke fundet.</p>
<a href="/" class="btn btn-primary">Gå til forsiden</a>
</div>
{% endblock %}