Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
krismakesstuff committed Jan 19, 2025
0 parents commit a34aa7f
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Binary file added 898.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions assets/index-BaqUx4NC.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Generative Weather Music</title>
<script type="module" crossorigin src="/assets/index-BaqUx4NC.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DIBAb4sx.css">
</head>
<body>
<div id="root"></div>
<div id="map" style="height: 500px;"></div>
</body>
</html>
Expand Down
1 change: 1 addition & 0 deletions vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a34aa7f

Please sign in to comment.