generated from NiklasEi/bevy_game_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 772 Bytes
/
index.html
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>CLRS</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>
<script>window.addEventListener('contextmenu', (event) => event.preventDefault());</script>
<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>