wasmweb-sample/www/index.html

13 lines
344 B
HTML
Raw Normal View History

2020-08-20 10:54:33 +07:00
<!DOCTYPE html>
2020-08-20 11:42:43 +07:00
<html lang="en">
2020-08-20 10:54:33 +07:00
<head>
<meta charset="utf-8">
2020-08-20 11:42:43 +07:00
<title>Hey, CUBETIQ Solution!</title>
2020-08-20 10:54:33 +07:00
</head>
<body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
2020-08-20 11:42:43 +07:00
<div id="root">Loading...</div>
<script src="bundle.js"></script>
2020-08-20 10:54:33 +07:00
</body>
</html>