opengoal-launcher/index.html

16 lines
431 B
HTML
Raw Normal View History

2022-04-08 18:37:16 -04:00
<!DOCTYPE html>
<!-- TODO - perhaps eventually add a lightmode toggle -->
2023-02-15 01:28:27 -05:00
<html lang="en" class="dark">
2022-06-16 20:40:37 -04:00
<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>
2022-06-16 20:40:37 -04:00
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>