mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
init
This commit is contained in:
22
index.html
Normal file
22
index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<title>yachtpit</title>
|
||||
<link data-trunk rel="copy-dir" href="assets"/>
|
||||
<link data-trunk rel="copy-dir" href="credits"/>
|
||||
<link data-trunk rel="copy-file" href="build/windows/icon.ico"/>
|
||||
<link rel="icon" href="icon.ico">
|
||||
<link data-trunk rel="inline" href="build/web/styles.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<link data-trunk rel="inline" href="build/web/sound.js"/>
|
||||
<div class="game-container">
|
||||
<div class="lds-dual-ring"></div>
|
||||
<canvas id="bevy">
|
||||
Javascript and support for canvas is required
|
||||
</canvas>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user