planet-wars/frontend/www/index.html

23 lines
642 B
HTML
Raw Normal View History

2019-09-13 20:54:21 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello wasm-pack!</title>
2019-09-17 18:19:04 +00:00
<link rel="stylesheet" type="text/css" href="static/res/style.css">
2019-09-13 20:54:21 +00:00
</head>
<body>
2019-09-17 18:19:04 +00:00
<div id="loader" class="loading">
<canvas id="c" width=1700 height=900></canvas>
</div>
2019-09-17 16:27:44 +00:00
2019-09-21 08:43:03 +00:00
<div class="slidecontainer">
<input type="range" min="0" max="1" value="1" class="slider" id="turnSlider">
</div>
2019-09-21 09:20:07 +00:00
<input type="file" id="fileselect">
2019-09-13 20:54:21 +00:00
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
<script src="./bootstrap.js"></script>
</body>
</html>