mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-17 22:33:39 -05:00
Credits, Logs, Autocomplete by Last Name & Favicon
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user