Skip to content

Commit

Permalink
Update gh-pages to output generated at 672269b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 4, 2024
1 parent cec1843 commit cdb3155
Show file tree
Hide file tree
Showing 3 changed files with 1,701 additions and 0 deletions.
23 changes: 23 additions & 0 deletions window/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>window</title>
<style type="text/css">
body { margin: 0px; }
</style>
</head>

<body>
<script type="module">
import init from "./window.js";
window.addEventListener("load", () => {
init();
});
</script>

</body>

</html>
Loading

0 comments on commit cdb3155

Please sign in to comment.