Update templates/index.html
Browse files- templates/index.html +1 -8
templates/index.html
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
# Checking for syntax errors in the provided HTML and JavaScript code.
|
2 |
-
|
3 |
html_code = """
|
4 |
<!DOCTYPE html>
|
5 |
<html lang="en">
|
@@ -13,7 +11,7 @@ html_code = """
|
|
13 |
|
14 |
<body>
|
15 |
<div class="container">
|
16 |
-
|
17 |
<h1>Welcome to Biryani Hub 🍽 🍗</h1>
|
18 |
|
19 |
<label for="name">Your Name</label>
|
@@ -156,8 +154,3 @@ html_code = """
|
|
156 |
</html>
|
157 |
"""
|
158 |
|
159 |
-
# Since the code is HTML and JavaScript, the best way to check functionality is to run it in a browser.
|
160 |
-
# There are no syntax errors in JavaScript, and it is structured correctly.
|
161 |
-
# Next step would be to manually test it in a web browser environment.
|
162 |
-
|
163 |
-
"Code validation completed. Ready for manual testing in a browser."
|
|
|
|
|
|
|
1 |
html_code = """
|
2 |
<!DOCTYPE html>
|
3 |
<html lang="en">
|
|
|
11 |
|
12 |
<body>
|
13 |
<div class="container">
|
14 |
+
|
15 |
<h1>Welcome to Biryani Hub 🍽 🍗</h1>
|
16 |
|
17 |
<label for="name">Your Name</label>
|
|
|
154 |
</html>
|
155 |
"""
|
156 |
|
|
|
|
|
|
|
|
|
|