-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.67 KB
/
Copy pathindex.html
File metadata and controls
30 lines (28 loc) · 1.67 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="stylesheet" href="./src/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Outfit:wght@100..900&display=swap" rel="stylesheet" />
<!-- SEO Metadata -->
<title>Marius Hummel - Professioneller Webentwickler & Designer</title>
<meta
name="description"
content="Entdecken Sie die professionellen Webentwicklungs- und Design-Dienstleistungen von Marius Hummel. Erfahren Sie mehr über meinen Prozess, sehen Sie sich meine Arbeit an und finden Sie heraus, warum Sie mit mir arbeiten sollten." />
<meta name="keywords" content="Marius Hummel, Webentwickler, Webdesigner, professionelle Webentwicklung, Webdesign-Dienstleistungen, Portfolio, Prozess, warum mit mir arbeiten" />
<meta name="author" content="Marius Hummel" />
<meta property="og:title" content="Marius Hummel – Professioneller Webentwickler & Designer" />
<meta
property="og:description"
content="Entdecken Sie die professionellen Webentwicklungs- und Design-Dienstleistungen von Marius Hummel. Erfahren Sie mehr über meinen Prozess, sehen Sie sich meine Arbeit an und finden Sie heraus, warum Sie mit mir arbeiten sollten." />
<meta property="og:url" content="https://marius.li" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>