-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (30 loc) · 1.7 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
38
39
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap" rel="stylesheet">
<link data-trunk rel="copy-dir" href="./styles" />
<link data-trunk rel="css" href="styles/main.css" />
<link data-trunk rel="copy-dir" href="./src/images" />
<link data-trunk rel="copy-dir" href="./src/public" />
<link data-trunk rel="copy-file" href="robots.txt" />
<link data-trunk rel="copy-file" href="sitemap.txt" />
<link rel="icon" href="public/favicon.ico" type="image/x-icon" />
<base data-trunk-public-url />
<title>Til Mohr</title>
<meta name="description"
content="Greetings! As a Computer Science student in my first semester of a Master's program at RWTH Aachen University, I invite you to visit my website and take a look at my projects and resume." />
<meta name="keywords" content="Til Mohr, Computer Science, RWTH Aachen" />
<meta name="author" content="Til Mohr" />
<meta property="og:title" content="Til Mohr" />
<meta property="og:description"
content="Greetings! As a Computer Science student in my first semester of a Master's program at RWTH Aachen University, I invite you to visit my website and take a look at my projects and resume." />
</head>
<body>
</body>
</html>