Skip to content

Commit

Permalink
Merge pull request #129 from Shady-Wolves/himmat/favicon
Browse files Browse the repository at this point in the history
Himmat/favicon
  • Loading branch information
thehimmat authored Mar 29, 2022
2 parents 8850db4 + db362a4 commit 0faff26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file added public/images/favicon.ico
Binary file not shown.
Binary file modified public/images/werewolf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🐺 Werewolf | The Social Deduction Game 🌕</title>
<title>Werewolf | The Social Deduction Game</title>
<link rel="icon" href="images/favicon.ico" sizes="any">
<link rel="icon" href="images/werewolf.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="images/werewolf.png">
<!-- Bootstrap Implementation -->
<link rel="stylesheet" href="styles.css" />
<link
Expand All @@ -14,8 +17,8 @@
/>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quintessential&family=Supermercado+One&family=Teko&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quintessential&family=Supermercado+One&family=Teko&display=swap" rel="stylesheet">
</head>

<body>
Expand Down

0 comments on commit 0faff26

Please sign in to comment.