stuve-it-frontend/index.html

15 lines
485 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#339af0">
<link rel="icon" href="/stuve-logo.svg"/>
<title>StuVe IT</title>
<meta name="description" content="IT-Tools der StuVe Uni Ulm (K.d.ö.R)">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>