Skip to content

Commit

Permalink
deploy: cdc33d4
Browse files Browse the repository at this point in the history
  • Loading branch information
kampiu committed Jan 13, 2024
0 parents commit 15ff689
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
271 changes: 271 additions & 0 deletions assets/index-4dx-UT8Z.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/style-Mmn-9Z8p.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>demo/flow</title>
<script>
// hack
const global = globalThis
</script>
<script type="module" crossorigin src="/demo-flow/assets/index-4dx-UT8Z.js"></script>
<link rel="stylesheet" crossorigin href="/demo-flow/assets/style-Mmn-9Z8p.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit 15ff689

Please sign in to comment.