Skip to content

Commit c234eea

Browse files
Update Index.html
1 parent 154e62c commit c234eea

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Mobile-Menu-Toggel Using HTML, CSS & JS/Index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!DOCTYPE html>
2+
23
<html lang="en">
34

45
<head>
@@ -9,6 +10,7 @@
910
</head>
1011

1112
<body>
13+
1214
<header>
1315
<nav>
1416
<ul>
@@ -20,8 +22,9 @@
2022
</header>
2123

2224
<h1 class="heading">Mobile Menu Toggle</h1>
25+
2326
<script src="Script.js"></script>
2427

25-
</body>
28+
</body>
29+
2630
</html>
27-

0 commit comments

Comments
 (0)