mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-22 18:06:52 -04:00
They need to be outside of the flex grid to be able to make them non-absolute, so I put them as a fixed part of TopBar instead. The value is still fetched in the same place as before and passed upwards using props, since gameEnabled is fetched in the same request and is needed by Launch.svelte. Fixes #183
14 lines
413 B
HTML
14 lines
413 B
HTML
<!doctype html>
|
|
<html lang="en" class="h-screen">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Bolt Launcher</title>
|
|
<script type="module" crossorigin src="/assets/index-D1uJEL-o.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-4TChXl6X.css">
|
|
</head>
|
|
<body>
|
|
<div class="h-full" id="app"></div>
|
|
</body>
|
|
</html>
|