style: format web files

This commit is contained in:
Kristofers Solo 2025-01-06 12:55:01 +02:00
parent a698495c06
commit 7ff943e829
2 changed files with 63 additions and 65 deletions

View File

@ -1,21 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="utf-8" />
<meta name="description"
content="Maze exploration game built using the Bevy engine">
<meta name="description" content="Maze exploration game built using the Bevy engine">
<meta name="keywords" content="game, bevy">
<title>Maze Ascension: The Labyrinth of Echoes</title>
<link data-trunk rel="copy-dir" href="../assets" />
<link data-trunk rel="inline" href="style.css" />
<link data-trunk rel="inline" type="module" href="restart-audio-context.js" />
<link data-trunk
rel="rust"
data-cargo-no-default-features
data-wasm-opt="s"
href="../" />
</head>
<body>
<link data-trunk rel="rust" data-cargo-no-default-features data-wasm-opt="s" href="../" />
</head>
<body>
<div id="game" class="center">
<div id="loading-screen" class="center">
<span class="spinner"></span>
@ -32,7 +29,8 @@
observer.disconnect();
}
});
observer.observe(bevy, { attributeFilter: ["height"] });
observer.observe(bevy, {attributeFilter: ["height"]});
</script>
</body>
</body>
</html>