Skip to content

Commit

Permalink
Deploying to gh-pages from @ 65fb929 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 15, 2024
1 parent bd7a6a5 commit dca5cbb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Binary file added images/kaboom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head><title>kaboom-template | remarkablegames</title><script type="module" crossorigin src="/kaboom-template/assets/index-THtmRINa.js"></script></head><body></body></html>
<!doctype html><html lang="en-US"><head><meta charset="utf-8"/><link rel="icon" href="/kaboom-template/images/kaboom.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web game created using kaboom-template"/><link rel="manifest" href="/kaboom-template/manifest.json"/><script src="https://unpkg.com/github-corners/dist/embed.min.js" data-href="https://github.com/remarkablegames/kaboom-template" data-target="_blank" async defer="defer"></script><style>.github-corner>svg{opacity:.6;transition:opacity .4s}.github-corner:hover>svg{opacity:1}</style><title>Kaboom Template | remarkablegames</title><script type="module" crossorigin src="/kaboom-template/assets/index-THtmRINa.js"></script></head><body></body></html>
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "Kaboom Template",
"name": "Kaboom Template",
"icons": [
{
"src": "images/kaboom.png",
"type": "image/png",
"sizes": "72x72"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

0 comments on commit dca5cbb

Please sign in to comment.