17 lines
379 B
HTML
Raw Permalink Normal View History

2025-02-01 18:34:14 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Flake Tracker</title>
</head>
<body>
<div id="content">
{% block content %}{% endblock %}
</div>
2025-02-01 20:07:33 +01:00
<center><small><a href="/">Home</a> | <a href="/flakes">All flakes</a></small></center>
2025-02-01 18:34:14 +01:00
</body>
</html>