-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (47 loc) · 3.17 KB
/
index.html
File metadata and controls
52 lines (47 loc) · 3.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
script-src 'self' 'unsafe-inline' 'unsafe-eval';
connect-src 'self' https: data:;
img-src 'self' data: blob: https:;
worker-src 'self' blob: data:;
style-src 'self' 'unsafe-inline';
font-src 'self' data:;
frame-src https://dhumanities.github.io https://en.wikipedia.org https://baike.baidu.com https://input.cbdb.fas.harvard.edu https://chgis.hudci.org/ https://authority.dila.edu.tw https://dh.chinese-empires.eu;
object-src 'none';
">
<meta name="description" content="An image annotation environment for the MARKUS platform. Developed by Prof. Dr. Hilde De Weerdt, Dr. Rainer Simon, Dr. Lee Sunkyu, Dr. Iva Stojević, Meret Meister, and Xi Wangzhi with funding from the European Research Council under the Horizon 2020 programme, grant agreement No. 101019509." />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-180.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://immarkus.xmarkus.org">
<meta property="og:title" content="IMMARKUS">
<meta property="og:description" content="An image annotation environment for the MARKUS platform. Developed by Prof. Dr. Hilde De Weerdt, Dr. Rainer Simon, Dr. Lee Sunkyu, Dr. Iva Stojević, Meret Meister, and Xi Wangzhi with funding from the European Research Council under the Horizon 2020 programme, grant agreement No. 101019509.">
<meta property="og:image" content="https://immarkus.rainersimon.io/images/social-preview.png">
<meta property="og:image:width" content="1600">
<meta property="og:image:height" content="800">
<meta property="og:site_name" content="IMMARKUS">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://immarkus.xmarkus.org">
<meta name="twitter:title" content="IMMARKUS">
<meta name="twitter:description" content="An image annotation environment for the MARKUS platform. Developed by Prof. Dr. Hilde De Weerdt, Dr. Rainer Simon, Dr. Lee Sunkyu, Dr. Iva Stojević, Meret Meister, and Xi Wangzhi with funding from the European Research Council under the Horizon 2020 programme, grant agreement No. 101019509.">
<meta name="twitter:image" content="https://immarkus.rainersimon.io/images/social-preview.png">
<title>IMMARKUS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>