Skip to content

Commit

Permalink
🏗️ Move standalone demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Dec 6, 2024
1 parent 3733b20 commit 86e6fe1
Show file tree
Hide file tree
Showing 40 changed files with 646 additions and 964 deletions.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions example-ts-vite/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GSOTS Standalone Demo</title>
<script type="module" src="/src/demo.ts"></script>
</head>

<body>
<div id="app"></div>
</body>

</html>
Loading

0 comments on commit 86e6fe1

Please sign in to comment.