See #2. Co-authored-by: vikingowl <christian@nachtigall.dev> Reviewed-on: #2 Reviewed-by: anonfunc <539@idlegandalf.com> Co-authored-by: vikingowl <vikingowl@noreply.somegit.dev> Co-committed-by: vikingowl <vikingowl@noreply.somegit.dev>
16 lines
299 B
HTML
16 lines
299 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
|
|
|
<title>ALHP Status</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="/src/main.ts" type="module"></script>
|
|
</body>
|
|
</html>
|