wasmweb-sample/www/index.html

13 lines
344 B
HTML

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