-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 760 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Bevy game</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="styles.css"/>
<link data-trunk rel="rust" data-bin=bevy-game />`
</head>
<body>
<!-- <link data-trunk rel="inline" href="build/web/sound.js"/> -->
<div class="game-container">
<canvas id="bevy">
Javascript and support for canvas is required
</canvas>
</div>
</body>
</html>