-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
27 lines (23 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EHRI Dashboard</title>
<meta name="description" content="Search for Holocaust-related information across the EHRI Portal, Document Blog and Online Editions.">
<meta name="keywords" content="EHRI,Dashboard,EHRI,Portal,Holocaust,Research,Shoah,Archives,History,Deportations,Camps,Ghettos">
<meta name="author" content="EHRI Consortium">
<meta name="copyright" content="EHRI Consortium 2024">
<meta property="og:title" content="EHRI Dashboard">
<meta property="og:description" content="Search for Holocaust-related information across the EHRI Portal, Document Blog and Online Editions.">
<meta property="og:url" content="">
<meta property="og:type" content="website">
<!-- Plausible Analytics Script Placeholder -->
<script id="plausible-script" defer></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>