opengoal-launcher/index.html
2023-02-16 02:08:44 -05:00

16 lines
431 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 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>