Hangman and Current score done

This commit is contained in:
2021-10-13 15:46:35 -03:00
parent 9c09a32ba7
commit 37b8c821d1
20 changed files with 2286 additions and 0 deletions

View File

@@ -8,6 +8,11 @@
name="description"
content="Web site created using create-react-app"
/>
<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=Raleway:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/index.css">
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/