level-up/index.html
Moritz Ruth 88f0632194
All checks were successful
Build / build (push) Successful in 1m14s
Update dependencies, containerize, add build workflow
2025-03-03 00:35:21 +01:00

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>