-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 1.13 KB
/
Copy pathindex.html
File metadata and controls
22 lines (19 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2225%22 fill=%22%236366f1%22/><path d=%22M30 45v-10 a 20 20 0 0 1 40 0 v10 m -45 0 h 50 v 35 h -50 z%22 fill=%22none%22 stroke=%22white%22 stroke-width=%228%22 stroke-linejoin=%22round%22/></svg>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Sicher? – Einfacher, lokaler Kennwort- und Passphrasen-Generator. Sicher, offline-fähig und Docker-optimiert für das Intranet." />
<meta name="theme-color" content="#4f46e5" />
<meta property="og:title" content="Sicher? – Kennwort Generator" />
<meta property="og:description" content="Einfacher, lokaler Kennwort- und Passphrasen-Generator. Docker-optimiert für das Intranet." />
<meta property="og:type" content="website" />
<title>Sicher? - Kennwort Generator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>