-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.01 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.01 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
<!doctype html>
<html lang="de">
<head>
<meta http-equiv="content-Type" content="text/html; utf-8" />
<meta http-equiv="Pragma" content="cache" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta http-equiv="content-Language" content="de" />
<meta name="description" content="einfache presentation von code beispielen" />
<meta name="keywords" content="code,snippets,coding,presentation,present,typescript,swift" />
<meta name="author" content="Daniel Kagemann" />
<meta name="publisher" content="" />
<meta name="copyright" content="" />
<meta name="audience" content="Alle" />
<meta name="page-type" content="Anleitung" />
<meta name="page-topic" content="Bauen Wohnen" />
<meta http-equiv="Reply-to" content="info@danielkagemann.name" />
<meta name="expires" content="" />
<meta name="revisit-after" content="2 days" />
<title>Coding</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>