-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (34 loc) · 2.15 KB
/
index.html
File metadata and controls
35 lines (34 loc) · 2.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="/favicon.svg">
<link rel="fallback icon" href="/favicon.ico">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#0088ff">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="theme-color" content="#1f2448">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json">
<!-- Primary Meta Tags -->
<title>DraCor – Drama Corpora Project</title>
<meta name="title" content="DraCor – Open Infrastructure for Drama Analysis">
<meta name="description" content="DraCor (short for Drama Corpora) is an open infrastructure that enables computational analysis of more than 4,000 dramatic texts from Greco-Roman antiquity to the 20th century, encoded in TEI and organised in different corpora. DraCor revolves around an API that provides data extracted from the TEI-encoded corpora. Thus, DraCor is a showcase for the concept of Programmable Corpora.">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dracor.org">
<meta property="og:title" content="DraCor – Open Infrastructure for Drama Analysis">
<meta property="og:description" content="DraCor, the Drama Corpora Project, is an open infrastructure that enables computational analysis of more than 4,000 dramatic texts from Greco-Roman antiquity to the 20th century, encoded in TEI and organised in different corpora. DraCor revolves around an API that provides data extracted from the TEI-encoded corpora. Thus, DraCor is a showcase for the concept of Programmable Corpora.">
<meta property="og:image" content="/website.png">
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>