|
|
@@ -2,7 +2,7 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
- <title>Hello wasm-pack!</title>
|
|
|
+ <title>Fourteen Screws Engine</title>
|
|
|
<style>
|
|
|
body {
|
|
|
position: absolute;
|
|
|
@@ -25,7 +25,7 @@
|
|
|
</head>
|
|
|
<body style="text-align: center">
|
|
|
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
|
|
|
- <canvas id="canvas" width="300" height="200"></canvas>
|
|
|
+ <canvas id="canvas" width="320" height="200"></canvas>
|
|
|
<script src="./bootstrap.js"></script>
|
|
|
</body>
|
|
|
</html>
|