Skip to content

Commit

Permalink
add favicon and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
aandre6891 committed Jul 10, 2023
1 parent a15bf93 commit 8052f66
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<html>
<head>
<title>Tetris</title>
<link rel="icon" type="image/png" href="media/battle-tetris-favicon.png">
<link rel="stylesheet" href="./styles/styles.css">
</head>
<body>
<div id="main-container">
<img id="tetris-logo" src="./media/battle-tetris-logo.png">
<div class='instructionsContainer'>
<span style="font-weight:bold">Player 1 Controls:</span>
&nbsp;&larr; : Move Left<br>
Expand Down
Binary file added media/battle-tetris-favicon.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 modified media/battle-tetris-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8052f66

Please sign in to comment.