add manifest.json with icon for home screen (closes #525)

This commit is contained in:
Henry Dollman
2025-02-05 20:27:23 -05:00
parent 1daf35406a
commit d7ada1b1c5
5 changed files with 18 additions and 3 deletions

View File

@@ -2,7 +2,8 @@
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
<link rel="manifest" href="./static/manifest.json" />
<link rel="icon" type="image/svg+xml" href="./static/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Beszel</title>
<script>window.BASE_PATH = "%BASE_URL%"</script>