Skip to content

Commit

Permalink
refactor: replace favicon in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed May 18, 2024
1 parent 878c461 commit 9bf22ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
<html lang="en-US">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/kaboom.png" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🚰</text></svg>"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="🚰 Water pipe puzzle game." />
<meta name="description" content="🚰 Water Pipe is a casual puzzle game." />
<meta
property="og:image"
content="https://remarkablegames.org/water-pipe/kaboom.png"
Expand Down

0 comments on commit 9bf22ef

Please sign in to comment.