-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.72 KB
/
index.html
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
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Michael Kirsten" />
<meta name="DC.Creator" content="Michael Kirsten" />
<meta name="DC.Date" content="2023-09-28 08:00:00 GMT+02:00" />
<meta name="DC.Identifier" content="https://gi-wahlverifikation.iti.kit.edu/">
<meta name="DC.Publisher" content="KASTEL Security Research Labs" />
<meta name="DC.Contributor" content="Christoph Niederbudde, Michael Kirsten" />
<meta name="DC.Language" scheme="DCTERMS.RFC3066" content="de-de" />
<meta name="DC.Relation" content="Individual Second-Device Verification of the POLYAS 3.0 E-Voting System">
<meta name="DC.Type" content="Text" />
<meta name="DC.Format" content="text/html" />
<meta name="DC.Coverage" content="GI – Gesellschaft für Informatik, 2023" />
<meta name="DC.Rights" content="MIT license" />
<meta name="DC.Title" content="Polyas-Verifier"/>
<title>Polyas-Verifier</title>
<meta name="description" content="Polyas-Verifier is a web application for the individual second-device verification of the POLYAS 3.0 E-Voting System for individual verifiability (cast-as-intended verification). The POLYAS 3.0 E-Voting System is used in the elections for the executive and the managing committee of the German Informatics Society (GI) in autumn 2023." />
<link rel="shortcut icon" type="image/x-icon" href="/src/view/elements/favicon.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>