deploy: 25f9173954674314c1f471e356ac27f7b6fa63f4

This commit is contained in:
thermokarst 2020-09-25 03:15:21 +00:00
commit 3323d3ebb7
5 changed files with 316 additions and 0 deletions

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello wasm-pack!</title>
</head>
<body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
<script src="./bootstrap.js"></script>
</body>
</html>