File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed
Expand file tree Collapse file tree 1 file changed +36
-2
lines changed 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- < title > Document</ title >
7+ <!-- Bootstrap CSS -->
8+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC " crossorigin ="anonymous ">
9+ < title > CodeNCode</ title >
810</ head >
911< body >
10- < h1 > Hello Guys , this is CodeNCode</ h1 >
12+ < nav class ="navbar navbar-expand-lg navbar-dark bg-dark ">
13+ < div class ="container-fluid ">
14+ < a class ="navbar-brand " href ="# "> CodeNCode</ a >
15+ < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navbarTogglerDemo02 " aria-controls ="navbarTogglerDemo02 " aria-expanded ="false " aria-label ="Toggle navigation ">
16+ < span class ="navbar-toggler-icon "> </ span >
17+ </ button >
18+ < div class ="collapse navbar-collapse " id ="navbarTogglerDemo02 ">
19+ < ul class ="navbar-nav me-auto mb-2 mb-lg-0 ">
20+ < li class ="nav-item ">
21+ < a class ="nav-link active " aria-current ="page " href ="# "> Home</ a >
22+ </ li >
23+ < li class ="nav-item ">
24+ < a class ="nav-link " href ="# "> Editorials</ a >
25+ </ li >
26+ < li class ="nav-item ">
27+ < a class ="nav-link " href ="# "> Data Structures</ a >
28+ </ li >
29+ < li class ="nav-item ">
30+ < a class ="nav-link " href ="# "> Algorithms</ a >
31+ </ li >
32+ </ ul >
33+ < form class ="d-flex ">
34+ < input class ="form-control me-2 " type ="search " placeholder ="Search " aria-label ="Search ">
35+ < button class ="btn btn-outline-success " type ="submit "> Search</ button >
36+ </ form >
37+ </ div >
38+ </ div >
39+ </ nav >
40+
41+
42+
43+ <!-- Option 1: Bootstrap Bundle with Popper -->
44+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js " integrity ="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM " crossorigin ="anonymous "> </ script >
1145</ body >
1246</ html >
You can’t perform that action at this time.
0 commit comments