Update with correct files from video tutorial
This commit is contained in:
10
index.html
10
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user