Files
Bolt/app/dist/index.html
Adam 93fc3369cb app: move PSAs higher in hierarchy
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
2025-11-15 01:50:21 +00:00

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>