-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
17 lines (17 loc) · 953 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Hi, I'm Tobi. A pentester & software developer based in Germany who loves to solve complex problems with creative solutions.." />
<title>Pentester & Software Developer | Tobias Scharl</title>
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&family=Work+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="overflow-x-hidden">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>