2
0
mirror of https://github.com/codl/forget synced 2025-01-22 11:54:09 +01:00
forget-cancellare-vecchi-toot/templates/lib/layout.html
2017-08-03 16:05:28 +02:00

15 lines
379 B
HTML

<!doctype html>
<html lang=en>
<head>
<title>Forget</title>
<link rel=stylesheet href='{{ url_for("static", filename="style.css") }}' />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<h1>Forget</h1>
</header>
{% block body %}{% endblock %}
</body>
</html>