Update with correct files from video tutorial

This commit is contained in:
Ademir
2023-12-06 07:26:32 +01:00
parent 7f455216d7
commit 9fab4a6a9d
4 changed files with 57 additions and 285 deletions

View File

@@ -6,16 +6,12 @@
<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=Press+Start+2P&family=VT323&display=swap"
href="https://fonts.googleapis.com/css2?family=VT323&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
/>
<title>Snake Game</title>
<link rel="stylesheet" href="style.css" />
<script src="script.js" defer></script>
<title>Snake Game</title>
</head>
<body>
<div>
@@ -32,6 +28,6 @@
</div>
</div>
<h1 id="instruction-text">Press spacebar to start the game</h1>
<img id="logo" src="snake-game-ai-gen.png" alt="snake logo" />
<img id="logo" src="snake-game-ai-gen.png" alt="snake-logo" />
</body>
</html>