mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
Update index.html
This commit is contained in:
parent
68a8fb2155
commit
463e99be22
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<title>Memory Game!</title>
|
||||
|
||||
<!-- import the webpage's stylesheet -->
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<i id="score-toggle" class="fas fa-trophy"></i>
|
||||
|
|
@ -94,6 +94,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/script.js" defer></script>
|
||||
<script src="script.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue