Skip to content

Commit 678e738

Browse files
Update index.html
1 parent 2ecf94e commit 678e738

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<body>
1414

1515
<nav class="navbar navbar-expand-lg navbar-light bg-light">
16-
1716
<div class="container-fluid">
1817

1918
<!-- Website Title on the Left -->
@@ -33,8 +32,7 @@
3332
</ul>
3433
</div>
3534

36-
</div>
37-
35+
</div>
3836
</nav>
3937

4038
<!-- Side Toggle Menu -->
@@ -43,20 +41,20 @@
4341
<li><a class="nav-link" href="./JS/JS.html" target="tag">JavaScript</a></li>
4442
</ul>
4543
</div>
44+
4645
<section>
4746
<iframe name="tag" style="border: none; width: 100%; height: 520px;"></iframe>
4847
</section>
48+
4949
<script>
5050
function toggleMenu() {
5151
document.getElementById('menu').classList.toggle('show');
5252
}
5353
</script>
54+
5455
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" crossorigin="anonymous"></script>
5556
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" crossorigin="anonymous"></script>
5657
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" crossorigin="anonymous"></script>
58+
5759
</body>
5860
</html>
59-
60-
61-
62-

0 commit comments

Comments
 (0)