Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0676eff 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstuart14 committed Jul 3, 2024
1 parent afcf3f6 commit fbef3b2
Show file tree
Hide file tree
Showing 10 changed files with 2,064 additions and 0 deletions.
22 changes: 22 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>ProtoViz</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />

</head>
<body>
<div id="main"></div>
<script type="module">
import init from "/./assets/dioxus/protoviz-web.js";
init("/./assets/dioxus/protoviz-web_bg.wasm").then(wasm => {
if (wasm.__wbindgen_start == undefined) {
wasm.main();
}
});
</script>

</body>
</html>
Loading

0 comments on commit fbef3b2

Please sign in to comment.