Files
simple-rust-tests/__wasm/wasm/site/index.html
2020-10-17 11:47:07 +08:00

11 lines
173 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>hello-wasm example</title>
</head>
<body>
<script src="./index.js"></script>
</body>
</html>