added manifest and desktop icons

This commit is contained in:
2026-01-03 13:16:43 +01:00
parent d4d3a42a9b
commit 415f896b89
9 changed files with 28 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
<title>{{ title or "L@PP" }}</title>
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="manifest" href="/static/manifest.json">
<link href="/static/bootstrap.min.css" rel="stylesheet">
<script src="/static/jquery.min.js"></script>
<script src="/static/bootstrap.min.js"></script>