Files
pfandsystem-demo/index.html
christian 9726d70c41 chore: rebrand zu Dockly-Pfandsystem
Anzeige-Name ueberall umgestellt:
- index.html title, Login-H1, TopNav, SuperAdmin-Header
- Mail-Subject, HTML-Body, Default-MAIL_FROM
- PWA Manifest name (short_name: Dockly-Pfand wegen Laengen-Limit)
2026-05-26 13:43:46 +00:00

19 lines
714 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/pfandlogo.png" />
<link rel="apple-touch-icon" href="/pfandlogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#051e23" />
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<title>Dockly-Pfandsystem</title>
</head>
<body class="bg-slate-50 antialiased">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>