Skip to content

Commit

Permalink
✨ gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kkn1125 committed Oct 7, 2023
0 parents commit c3f27b4
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Binary file added assets/cat-pad-bed89044.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 assets/dog-pad-b402bc20.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 assets/duck-pad-ce2d1de9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions assets/index-0d3d763c.js

Large diffs are not rendered by default.

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

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

Binary file added assets/lion-pad-80d5ded3.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 assets/mouse-pad-7221a183.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 assets/rabbit-pad-58c9a6de.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 favicon/android-chrome-192x192.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 favicon/android-chrome-512x512.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 favicon/apple-touch-icon.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 favicon/favicon-16x16.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 favicon/favicon-32x32.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 favicon/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
34 changes: 34 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/game-pang/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/game-pang/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/game-pang/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/game-pang/favicon/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>DEVKIMSON::Animal Match Game</title>
<script type="module" crossorigin src="/game-pang/assets/index-0d3d763c.js"></script>
<link rel="stylesheet" href="/game-pang/assets/index-38723ca5.css">
</head>
<body>
<div id="root"></div>

</body>
</html>

0 comments on commit c3f27b4

Please sign in to comment.