asdf-games/examples/lib-test/index.html

14 lines
268 B
HTML
Raw Permalink Normal View History

2020-02-29 08:27:07 +01:00
<html>
<head>
<meta charset="utf-8" />
<title>Game</title>
<link rel="stylesheet" href="res/main.css" />
</head>
<body>
<div id="board">
<!-- Renderer will push content here -->
</div>
2020-02-29 13:45:56 +01:00
<script type="module" src="bundle.js"></script>
2020-02-29 08:27:07 +01:00
</body>
</html>