-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (24 loc) · 1.53 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="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/src/assets/nav-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PQChoiceAssistant</title>
<meta name="keywords" content="cryptography,pqc,post quantum,cryptography,choice assistant,pqc algorithm,advice,quantum,tno" />
<meta name="description" content="This open-source tool provides you with advice on the applicability of various post-quantum cryptographic algorithms for your use case." />
<meta property="og:title" content="PQChoiceAssistant" />
<meta property="og:description" content="This open-source tool provides you with advice on the applicability of various post-quantum cryptographic algorithms for your use case." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tno.github.io/PQChoiceAssistant" />
<meta property="og:image" content="https://tno.github.io/PQChoiceAssistant/src/assets/nav-icon.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="PQChoiceAssistant" />
<meta name="twitter:description" content="This open-source tool provides you with advice on the applicability of various post-quantum cryptographic algorithms for your use case." />
<meta name="twitter:image" content="https://tno.github.io/PQChoiceAssistant/src/assets/nav-icon.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>