Skip to content

Commit

Permalink
Web build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nrosa01 committed May 10, 2024
1 parent 239e9d2 commit 0395742
Show file tree
Hide file tree
Showing 56 changed files with 1,336 additions and 9,247 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/build-website.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

Empty file removed README.md
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions assets/howler-CfX0KjO7.js

Large diffs are not rendered by default.

1,301 changes: 1,301 additions & 0 deletions assets/index-DIlEceIG.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-XpB9DO-q.css

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 15 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<!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">
<title>Pixel Creator</title>
<script src="https://unpkg.com/@phosphor-icons/web"></script>
</head>
<body>
<main id="app" class="bg-slate-300"></main>
<script type="module" src="/src/main.js"></script>
</body>
</html>
<!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">
<title>Pixel Creator</title>
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<script type="module" crossorigin src="/assets/index-DIlEceIG.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-XpB9DO-q.css">
</head>
<body>
<main id="app" class="bg-slate-300"></main>
</body>
</html>
Expand Down
Loading

0 comments on commit 0395742

Please sign in to comment.