-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 1.54 KB
/
index.html
File metadata and controls
33 lines (28 loc) · 1.54 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
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jaden Kasche – Anwendungsentwickler & Software Developer</title>
<!-- SEO -->
<meta name="description" content="Portfolio von Jaden Kasche – Anwendungsentwickler mit Fokus auf Webentwicklung, moderne Frontends, performante Softwarelösungen und intuitive User Experiences." />
<meta name="keywords" content="Jaden Kasche, Anwendungsentwickler, Softwareentwickler, Webentwicklung, Frontend, Backend, Fullstack, TypeScript, React, Entwickler Portfolio" />
<meta name="author" content="Jaden Kasche" />
<!-- OpenGraph (Facebook, LinkedIn, Discord etc.) -->
<meta property="og:title" content="Jaden Kasche – Anwendungsentwickler" />
<meta property="og:description" content="Entdecke meine Projekte, Skills und Softwarelösungen." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jadenk.de/" />
<meta property="og:image" content="./data/images/og-image.png" />
<!-- Twitter (X) Cards -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Jaden Kasche – Anwendungsentwickler" />
<meta name="twitter:description" content="Mein Portfolio rund um moderne Web- und Softwareentwicklung." />
<meta name="twitter:image" content="./data/images/og-image.png" />
<link rel="icon" href="/favicon.ico" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>