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