Skip to content

Commit

Permalink
adding favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvienot committed Nov 11, 2020
1 parent c7192fe commit b7e0371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>RedTetris</title>
<link rel="icon" href="http://redpelicans.com/favicon.ico" />
<link rel="icon" href="./favicon.ico" />
</head>
<body class="h-screen">
<div id="tetris" class="h-full"></div>
Expand Down

0 comments on commit b7e0371

Please sign in to comment.