Credits, Logs, Autocomplete by Last Name & Favicon

This commit is contained in:
ssyyhhrr
2022-06-18 19:15:46 +01:00
parent b1f5c18eba
commit a97ca717d0
7 changed files with 198 additions and 3 deletions

View File

@@ -5,7 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/main.css">
<script src="https://kit.fontawesome.com/134dd703dd.js" crossorigin="anonymous"></script>
<title>Stewardle</title>
<meta name="description" content="Test your F1 driver knowledge by guessing the F1 driver using the clues from your previous guesses! Inspired by Wordle, created by syhr."
</head>
<body>
<h1>Stewardle</h1>
@@ -79,6 +81,11 @@
<input id="myInput" type="text" name="myCountry" placeholder="Driver">
</div>
</div>
<div class="credits">
<p style="margin-bottom: 0.25em">Inspired by <a href="https://www.nytimes.com/games/wordle/index.html" target="_blank">Wordle</a></p>
<p style="margin-top: 0px">Created by <a href="https://sy.hr/" target="_blank">syhr</a></p>
<a href="https://github.com/ssyyhhrr/stewardle" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
</body>
<script src="./js/main.js"></script>
</html>