List scanned flakes

This commit is contained in:
2025-02-01 18:34:14 +01:00
parent b2ea0c311d
commit 055a9c9d57
8 changed files with 97 additions and 31 deletions

View File

@@ -1 +1,10 @@
Hello World!
{% extends "base.html" %}
{% block content %}
<h1>Flake Tracker</h1>
<ul>
<li><a href="/flakes">All scanned flakes</a></li>
</ul>
{% endblock %}