about summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-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>