cleanup + git commit info

This commit is contained in:
Simon Gardling
2022-02-24 20:47:15 -05:00
parent 1ddc3774a1
commit 6f8a7c9cc2
7 changed files with 51 additions and 50 deletions

View File

@@ -5,7 +5,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Integral Demonstration</title>
<link rel="stylesheet" href="style.css">
</head>
@@ -18,9 +17,10 @@
import init, { start } from '../pkg/integral_site.js';
async function run() {
await init();
start("canvas");
await init();
let commit = '';
start("canvas", commit);
}
run();
</script>