File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
3332 </ ul >
3433 </ div >
3534
36- </ div >
37-
35+ </ div >
3836 </ nav >
3937
4038 <!-- Side Toggle Menu -->
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-
You can’t perform that action at this time.
0 commit comments