Skip to content

Commit

Permalink
✨ gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kkn1125 committed Sep 18, 2023
1 parent 9862b36 commit 2bc2b6f
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 3 deletions.
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"}
22 changes: 20 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,28 @@
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/game-pang/vite.svg" />
<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>Pang</title>
<title>DEVKIMSON::Animal Match Game</title>
<script type="module" crossorigin src="/game-pang/assets/index-e4f3e0d0.js"></script>
<link rel="stylesheet" href="/game-pang/assets/index-6255b0f3.css">
</head>
Expand Down
1 change: 0 additions & 1 deletion vite.svg

This file was deleted.

0 comments on commit 2bc2b6f

Please sign in to comment.