Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nx-Makomva authored Apr 14, 2024
1 parent 5870a5b commit 3952888
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<link
rel="icon"
type="image"
href="/assets/personal-space-invaders_dodging-small-talk_LOGO-DVKqBW6Y.png"/>
href="assets/personal-space-invaders_dodging-small-talk_LOGO-DVKqBW6Y.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Personal-Space Invaders</title>
<script type="module" crossorigin src="/assets/index-Dre7EbrV.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B1569Gyw.css">
<script type="module" crossorigin src="assets/index-Dre7EbrV.js"></script>
<link rel="stylesheet" crossorigin href="assets/index-B1569Gyw.css">
</head>

<body>
Expand Down Expand Up @@ -49,15 +49,15 @@ <h1 class="game__end-screen-title">GAME OVER</h1>
<div class="game__lives-container">
<img
class="game__lives one"
src="/assets/pixel-hearts-3-ns2gxMzB.png"
src="assets/pixel-hearts-3-ns2gxMzB.png"
alt="pixelated heart"/>
<img
class="game__lives two"
src="/assets/pixel-hearts-3-ns2gxMzB.png"
src="assets/pixel-hearts-3-ns2gxMzB.png"
alt="pixelated heart"/>
<img
class="game__lives three"
src="/assets/pixel-hearts-3-ns2gxMzB.png"
src="assets/pixel-hearts-3-ns2gxMzB.png"
alt="pixelated heart"/>
</div>
<div id="hero">
Expand Down

0 comments on commit 3952888

Please sign in to comment.