2024-03-26 16:07:08 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="de">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2024-05-13 14:22:31 +00:00
|
|
|
<link rel="icon" href="/stuve-logo.svg"/>
|
2024-03-26 16:07:08 +00:00
|
|
|
<title>StuVe IT</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|