-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
881abce
commit 205bb84
Showing
4 changed files
with
187 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<<<<<<< HEAD | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
======= | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
>>>>>>> b3f6e00fb45a5f70e994daf85f3b2e5d39bad8ec | ||
<title>Snake Game</title> | ||
<link rel="shortcut icon" href="./assets/images/favicon.ico" type="image/x-icon"> | ||
<!-- external css --> | ||
<<<<<<< HEAD | ||
<link rel="stylesheet" href="./style.css" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" | ||
/> | ||
|
||
<title>Snake Game</title> | ||
</head> | ||
|
||
<body> | ||
<div class="header"> | ||
|
||
<a href="https://kunjgit.github.io/GameZone/" | ||
><i style="color: white" class="fas fa-home home-icon"></i | ||
></a> | ||
<h1 class="heading">Snake Game</h1> | ||
</div> | ||
<div class="body"> | ||
<button onclick="instructions()">Instructions</button> | ||
<div id="scoreBox">Score: 0</div> | ||
<div id="HiScore">HiScore: 0</div> | ||
<div><button onClick="easy()">Easy</button></div> | ||
<div id="board"></div> | ||
</div> | ||
</body> | ||
<script src="./script.js"></script> | ||
</html> | ||
======= | ||
<link rel="stylesheet" href="./style.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" /> | ||
<link rel="stylesheet" href="./style.css"> | ||
</head> | ||
|
||
<body> | ||
<div style=" text-align: left; | ||
font-size: 30px; | ||
padding: 5px; | ||
border: none; | ||
background: #0c4522; "><a href="https://kunjgit.github.io/GameZone/"><i style="color:white;" class="fas fa-home home-icon"></i></a><h1 class="heading">Snake Game</h1></div> | ||
<div class="body"> | ||
<a href="https://kunjgit.github.io/GameZone/"><i style="color:black;" class="fas fa-home home-icon"></i></a> | ||
<button onclick="instructions()">Instructions</button> | ||
<div id="scoreBox">Score: 0</div> | ||
<div id="HiScore">HiScore: 0</div> | ||
<div id="board"></div> | ||
</div> | ||
|
||
</body> | ||
<script src="./script.js"></script> | ||
|
||
</html> | ||
>>>>>>> b3f6e00fb45a5f70e994daf85f3b2e5d39bad8ec |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters