mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-27 02:25:40 +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>
|
<title>Memory Game!</title>
|
||||||
|
|
||||||
<!-- import the webpage's stylesheet -->
|
<!-- import the webpage's stylesheet -->
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<i id="score-toggle" class="fas fa-trophy"></i>
|
<i id="score-toggle" class="fas fa-trophy"></i>
|
||||||
|
|
@ -94,6 +94,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/script.js" defer></script>
|
<script src="script.js" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue