2024-03-26 16:07:08 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="de">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8"/>
|
2024-06-10 17:49:42 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
|
|
|
<meta name="theme-color" content="#339af0">
|
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>
|
2024-06-10 17:49:42 +00:00
|
|
|
<meta name="description" content="IT-Tools der StuVe Uni Ulm (K.d.ö.R)">
|
2024-03-26 16:07:08 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|