Still waiting for the New York Times to send me a bogus takedown notice
Change title to Wordle Clone
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ <html lang="en"> <head> - <title>Guessing Game</title> + <title>Wordle Clone</title> <script src="script.js" defer></script> <link href="style.css" rel="stylesheet"> </head> <body> - <h1>Guessing Game</h1> + <h1>Wordle Clone</h1> <p id="hint"></p> <p id="win"></p> <p id="attempt"></p> |