Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 6, 2023
0 parents commit 143f999
Show file tree
Hide file tree
Showing 15 changed files with 220 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sokoban.haukesomm.de
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/168.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
146 changes: 146 additions & 0 deletions icons/scalable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en-US">
<head>
<title>Sokoban</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="manifest" href="manifest.json" />
<link rel="icon" href="./favicon.ico" sizes="any">
<link rel="icon" href="./favicon.svg" type="image/svg+xml">
</head>
<body id="target">
Loading...
<script>
document.sokobanVersion = "0.2-SNAPSHOT"
document.fritz2Version = "1.0-RC11"
</script>
<!--suppress HtmlUnknownTarget -->
<script src="web.js"></script>
</body>
</html>
45 changes: 45 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "Sokoban",
"short_name": "Sokoban",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "Clone of the classic Sokoban game",
"icons": [
{
"src": "icons/scalable.svg",
"sizes": "48x48 72x72 96x96 144x144 168x168 192x192",
"type": "image/svg+xml"
},
{
"src": "icons/48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "icons/72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/168.png",
"sizes": "168x168",
"type": "image/png"
},
{
"src": "icons/192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind utilities;
@tailwind components;
2 changes: 2 additions & 0 deletions web.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web.js.map

Large diffs are not rendered by default.

0 comments on commit 143f999

Please sign in to comment.