Typescript support for running web

This commit is contained in:
2020-08-20 11:42:43 +07:00
parent 2b78d0051d
commit 2e007a3bae
8 changed files with 110 additions and 12 deletions

View File

@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello wasm-pack!</title>
<title>Hey, CUBETIQ Solution!</title>
</head>
<body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
<script src="./bootstrap.js"></script>
<div id="root">Loading...</div>
<script src="bundle.js"></script>
</body>
</html>