diff --git a/index.html b/index.html
index f5ac2ac..5520636 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,9 @@
-
+```html
+
QR Code Maker
@@ -13,8 +14,8 @@
Create QR Code
Type any text, link, or contact information to create a QR code.
-
-
+
+
@@ -37,6 +38,7 @@ Create QR Code
if (value === "") {
alert("Please enter some text or URL");
+ document.getElementById("qrInput").focus();
return;
}
@@ -51,12 +53,5 @@ Create QR Code
-