Skip to content

Commit

Permalink
batman: fireworks working
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jan 17, 2025
1 parent 5a27c0b commit 0e49ffd
Show file tree
Hide file tree
Showing 23 changed files with 1,530 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules
.DS_Store
dist
dist-ssr
*.local
test/images/actual.png
test/images/diff-*.png
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.13.0
Binary file added favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./src/style.css">
<title>Excalibur + Vite</title>
</head>
<body>
<script type="module" src="./src/main.ts"></script>
</body>
</html>
Loading

0 comments on commit 0e49ffd

Please sign in to comment.