Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
vanaigr committed Oct 9, 2024
1 parent 067d237 commit 4f74a8f
Show file tree
Hide file tree
Showing 12 changed files with 315 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/icon/how.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://medium.com/web-dev-survey-from-kyoto/favicon-nightmare-how-to-maintain-sanity-7628bfc39918
https://realfavicongenerator.net/
Binary file added src/icon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
155 changes: 155 additions & 0 deletions src/icon/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions src/icon/icon_v2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<!DOCTYPE HTML>
<html>
<html lang="en">
<head>
<title>Minishoot' Adventures map</title>
<link rel="icon" type="image/png" href="favicon-48x48.png" sizes="48x48">
<link rel="icon" sizes="any" type="image/svg+xml" href="favicon.svg">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="manifest" href="site.webmanifest">
<meta name="description" content="The most complete Minishoot' Adventures map">
<meta name="keywords" content="Minishoot Adventures Map, Minishoot Adventures Upgrades, Minishoot Adventures Checklist, Minishoot Adventures Red Coins Map, Minishoot Adventures Bosses, Minishoot Map Pieces, Minishoot Adventures Key Locations, Minishoot Adventures Dungeons, Minishoot Adventures Temples">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="index.css">
</head>
Expand Down
Binary file added src/public/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 src/public/favicon-48x48.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 src/public/favicon.ico
Binary file not shown.
Loading

0 comments on commit 4f74a8f

Please sign in to comment.