Update index.html

This commit is contained in:
Víctor Martínez 2020-07-30 13:25:13 +02:00 committed by GitHub
parent 68a8fb2155
commit 463e99be22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>