Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions game.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<li class="nav-link"><a href="scores.html">Scores</a></li>
</ul>
</nav>
<h1 class="main-heading"><em class="name-em">The East Code:</em> Classic Snake Game</h1>
</header>

<main>
Expand Down Expand Up @@ -67,9 +66,6 @@ <h2>How to Play</h2>

</main>

<footer>
<p>&copy; 2023 The EastCode. All rights reserved.</p>
</footer>
<script src="js/app.js"></script>
</body>

Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<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=Shadows+Into+Light&display=swap" rel="stylesheet">

</head>

<body class="home-page">
Expand All @@ -26,7 +25,6 @@
<li class="nav-link"><a href="scores.html">Scores</a></li>
</ul>
</nav>
<h1 class="main-heading"><em class="name-em">The East Code:</em> Classic Snake Game</h1>
</header>


Expand Down
5 changes: 1 addition & 4 deletions scores.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@
<li class="nav-link"><a href="scores.html">Scores</a></li>
</ul>
</nav>
<h1 class="main-heading"><em class="name-em">The East Code:</em> Classic Snake Game</h1>
</header>
<main class="high-score">
<h2>High Scores</h2>
<ul id="high-scores-ul">
</ul>
</main>
<footer>
<p>&copy; 2023 The EastCode. All rights reserved.</p>
</footer>


<script src="js/scores.js"></script>
</body>
Expand Down