Updated git cached

This commit is contained in:
2020-08-20 10:54:33 +07:00
parent 8ca7a2109a
commit b134731787
14 changed files with 6238 additions and 1 deletions

11
www/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>