better headers

This commit is contained in:
2026-01-03 13:31:54 +01:00
parent 415f896b89
commit 870a751e9c
+8 -1
View File
@@ -6,7 +6,14 @@
<title>{{ title or "L@PP" }}</title>
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="manifest" href="/static/manifest.json">
<meta name="description" content="A list for groceries">
<meta name="author" content="Ignace">
<meta name="theme-color" content="transparent">
<link rel="manifest" href="{{ url_for('static', filename='manifest.json') }}">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="transparent">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='lapp192.png') }}">
<link href="/static/bootstrap.min.css" rel="stylesheet">
<script src="/static/jquery.min.js"></script>
<script src="/static/bootstrap.min.js"></script>