14 lines
502 B
HTML
14 lines
502 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Level Up</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<script type="module" src="frontend/index.ts"></script>
|
|
<link rel="stylesheet" href="./node_modules/@fontsource-variable/inter/wght.css"/>
|
|
<link rel="stylesheet" href="./node_modules/modern-normalize/modern-normalize.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|