-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (22 loc) · 976 Bytes
/
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
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Set Page Metadata -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="School, News, AI, Politics">
<meta name="description" content="Semi-automatische PDF-Erstellung mit den News der letzten Woche vom Deutschlandfunk">
<meta name="author" content="MaFeLP">
<meta property="og:title" content="Aktuelle 5 Minuten" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/news.svg" />
<meta property="og:description" content="Semi-automatische PDF-Erstellung mit den News der letzten Woche vom Deutschlandfunk" />
<meta property="og:locale" content="de_DE" />
<link rel="icon" type="image/svg+xml" href="/news.svg" />
<title>Aktuelle 5 Minuten</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>