-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 2.33 KB
/
index.html
File metadata and controls
51 lines (48 loc) · 2.33 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
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icons/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Open Source @ TUM</title>
<meta
name="description"
content="Wir arbeiten an verschiedenen Open Source Projekten rund um Universitäts-Infrastruktur, organisieren Veranstaltungen und bieten Workshops an."
/>
<meta name="keywords" content="Open Source, TUM, Technische Universität München, Software Development, University Infrastructure, Workshops, Events" />
<meta name="author" content="TUM-Dev" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#3070b3" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tum.dev/" />
<meta property="og:title" content="Open Source @ TUM" />
<meta
property="og:description"
content="Wir arbeiten an verschiedenen Open Source Projekten rund um Universitäts-Infrastruktur, organisieren Veranstaltungen und bieten Workshops an."
/>
<meta property="og:image" content="/icons/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Image of the university group Open Source @ TUM" />
<meta property="og:site_name" content="Open Source @ TUM" />
<meta property="og:locale" content="de_DE" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://tum.dev/" />
<meta property="twitter:title" content="Open Source @ TUM" />
<meta
property="twitter:description"
content="Wir arbeiten an verschiedenen Open Source Projekten rund um Universitäts-Infrastruktur, organisieren Veranstaltungen und bieten Workshops an."
/>
<meta property="twitter:image" content="/icons/og-image.png" />
<meta property="twitter:image:alt" content="Open Source @ TUM" />
<!-- Additional SEO -->
<link rel="canonical" href="https://tum.dev/" />
<meta name="msapplication-TileColor" content="#3070b3" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>