added favicon

This commit is contained in:
2026-06-05 15:49:19 +02:00
parent 969ede47dd
commit c639864319
9 changed files with 44 additions and 327 deletions

View File

@@ -4,6 +4,12 @@
<meta charset="UTF-8" />
<title>Self-hosted PDF Workbench</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="PDFTools" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<div id="root"></div>