Still waiting for the New York Times to send me a bogus takedown notice
Change title to Wordle Clone
Saksham Mittal 2022-04-03
parent 8fc5682 · commit 8875030
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 2209733..b30ddd5 100644
--- a/index.html
+++ b/index.html
@@ -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>