Skip to content

Commit

Permalink
More preload
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Nov 7, 2024
1 parent 88597d9 commit c9afc81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="preload" as="fetch" href="websockets-doom.wasm">
<link rel="preload" as="fetch" href="freedoom2.wad">
<link rel="preload" as="fetch" href="Cardano.wad">
<link rel="preload" as="fetch" href="default.cfg">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Hydra Doom Multiplayer</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit c9afc81

Please sign in to comment.