Delete wasm/index.html
This commit is contained in:
parent
bece876c53
commit
a7eb3da89d
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<title>Home Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<figure>
|
||||
<canvas id="canvas" width="640" height="480"></canvas>
|
||||
</figure>
|
||||
<script src="./rust-rl.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", async () => {
|
||||
await wasm_bindgen("./rust-rl_bg.wasm");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue