opengoal-launcher/index.html
2023-02-15 01:28:41 -05:00

17 lines
503 B
HTML

<!DOCTYPE html>
{{/* TODO - perhaps eventually add a lightmode toggle */}}
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/src/css/fontawesome/all.min.css" rel="stylesheet" />
<link rel="stylesheet" href="/src/css/style.css" />
<title>OpenGOAL Launcher</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>