-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (47 loc) · 2.7 KB
/
Copy pathindex.html
File metadata and controls
54 lines (47 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<!--
Copyright (C) 2026 valitool GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ZEBRA - E-Invoice Anonymizer</title>
<!-- SEO Primary Meta Tags -->
<meta name="title" content="ZEBRA - E-Invoice Anonymizer" />
<meta name="description" content="ZEBRA is a privacy-focused, 100% client-side web application for anonymizing ZUGFeRD and XRechnung e-invoices securely in your browser." />
<meta name="keywords" content="e-invoice, ZUGFeRD, XRechnung, anonymizer, privacy, GDPR, Factur-X, valitool" />
<meta name="author" content="valitool GmbH" />
<meta name="theme-color" content="#020817" />
<link rel="canonical" href="https://zebra.valitool.org/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zebra.valitool.org/" />
<meta property="og:title" content="ZEBRA - E-Invoice Anonymizer" />
<meta property="og:description" content="Securely anonymize your ZUGFeRD and XRechnung e-invoices directly in your browser. 100% local, no data leaves your device." />
<meta property="og:image" content="https://zebra.valitool.org/favicon.svg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://zebra.valitool.org/" />
<meta property="twitter:title" content="ZEBRA - E-Invoice Anonymizer" />
<meta property="twitter:description" content="Securely anonymize your ZUGFeRD and XRechnung e-invoices directly in your browser. 100% local, no data leaves your device." />
<meta property="twitter:image" content="https://zebra.valitool.org/favicon.svg" />
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>