mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-28 12:22:14 +01:00
35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--* META Tags -->
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Janis Meister's Portfolio: A showcase of my skills, projects, and experiences in software development."
|
|
/>
|
|
<meta name="author" content="Janis Meister" />
|
|
<meta
|
|
name="keywords"
|
|
content="Janis Meister, Portfolio, Software Development, Skills, Projects, Programming, Code"
|
|
/>
|
|
|
|
<!--* Open Graph Meta Tags-->
|
|
<meta property="og:title" content="Janis Meister - Portfolio" />
|
|
<meta
|
|
property="og:description"
|
|
content="A showcase of my skills, projects, and experiences in software development."
|
|
/>
|
|
<meta property="og:image" content="favicon.ico" />
|
|
<meta property="og:url" content="https://janis-meister.com" />
|
|
|
|
<!--* General -->
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
|
<title>Janis Meister - Portfolio</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|