File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9 " crossorigin ="anonymous ">
78 < link rel ="stylesheet " href ="index.css ">
89 < title > infixtopostfix</ title >
910</ head >
1011< body >
12+ < nav class ="navbar navbar-expand-lg navbar-light bg-light ">
13+ < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarNav " aria-controls ="navbarNav " aria-expanded ="false " aria-label ="Toggle navigation ">
14+ < span class ="navbar-toggler-icon "> </ span >
15+ </ button >
16+ < div class ="collapse navbar-collapse " id ="navbarNav ">
17+ < ul class ="navbar-nav ">
18+ < li class ="nav-item active ">
19+ < a class ="nav-link " href ="# "> Home</ a >
20+ </ li >
21+ </ ul >
22+ </ div >
23+ </ nav >
1124 < div class ="header "> infix to postfix</ div >
1225 < div class ="container ">
1326 < div class ="main-container ">
4255 </ div >
4356</ body >
4457< script src ="backup.js "> </ script >
45- </ html >
58+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js " integrity ="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm " crossorigin ="anonymous "> </ script >
59+ </ html >
You can’t perform that action at this time.
0 commit comments