Skip to content

Commit

Permalink
10 update favicon (#11)
Browse files Browse the repository at this point in the history
* add favicon

* add webmanifest

* remove site.webmanifest

* replace dim favicon images
  • Loading branch information
GaryB432 authored Mar 15, 2024
1 parent 19ecec9 commit 497874b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,28 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="%sveltekit.assets%/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="%sveltekit.assets%/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="%sveltekit.assets%/favicon-16x16.png"
/>
<meta name="viewport" content="width=device-width" />
<title>artboard</title>
%sveltekit.head%
</head>

<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
Expand Down
Binary file added src/routes/siner/sinshot.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 static/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 static/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 static/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 static/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 static/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 static/favicon.ico
Binary file not shown.
Binary file removed static/favicon.png
Binary file not shown.

0 comments on commit 497874b

Please sign in to comment.