-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
37 lines (35 loc) · 1.25 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
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="de" class="h-full">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Ruslan Steiger" />
<meta
name="description"
content="Wenn Du Dich nicht aufhältst, kann Dich nichts und niemand aufhalten."
/>
<meta name="keywords" content="ruslan, steiger, software, writer" />
<meta name="og:type" content="website" />
<meta name="og:locale" content="de" />
<meta name="og:title" content="Ruslan Steiger" />
<meta
name="og:description"
content="Wenn Du Dich nicht aufhältst, kann Dich nichts und niemand aufhalten."
/>
<meta
name="og:image"
content="https://avatars.githubusercontent.com/u/14092921"
/>
<meta name="twitter:card" content="summary_large_image" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👋</text></svg>"
/>
<title>Ruslan Steiger</title>
</head>
<body class="font-sans antialiased text-gray-900 h-full bg-red-100">
<div id="app" class="h-full"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>