1
1
<!doctype html>
2
2
< html lang ="en ">
3
- < head >
3
+
4
+ < head >
4
5
< meta charset ="utf-8 ">
5
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
7
< title > Bootstrap demo</ title >
7
- < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
integrity ="
sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH "
crossorigin ="
anonymous "
>
8
+ < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
9
+ integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH " crossorigin ="anonymous ">
8
10
< link href ="css/site.css " rel ="stylesheet ">
9
11
</ head >
10
- < body >
11
-
12
+
13
+ < body >
14
+
12
15
< header >
16
+ < nav class ="navbar navbar-expand-lg bg-body-tertiary ">
17
+ < div class ="container ">
18
+ < a class ="navbar-brand " href ="# "> Navbar</ a >
19
+ < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
20
+ data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent "
21
+ aria-expanded ="false " aria-label ="Toggle navigation ">
22
+ < span class ="navbar-toggler-icon "> </ span >
23
+ </ button >
24
+ < div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
25
+ < ul class ="navbar-nav me-auto mb-2 mb-lg-0 ">
26
+ < li class ="nav-item ">
27
+ < a class ="nav-link active " aria-current ="page " href ="# "> Home</ a >
28
+ </ li >
29
+ < li class ="nav-item ">
30
+ < a class ="nav-link " href ="# "> Link</ a >
31
+ </ li >
32
+ < li class ="nav-item dropdown ">
33
+ < a class ="nav-link dropdown-toggle " href ="# " role ="button " data-bs-toggle ="dropdown "
34
+ aria-expanded ="false ">
35
+ Dropdown
36
+ </ a >
37
+ < ul class ="dropdown-menu ">
38
+ < li > < a class ="dropdown-item " href ="# "> Action</ a > </ li >
39
+ < li > < a class ="dropdown-item " href ="# "> Another action</ a > </ li >
40
+ < li >
41
+ < hr class ="dropdown-divider ">
42
+ </ li >
43
+ < li > < a class ="dropdown-item " href ="# "> Something else here</ a > </ li >
44
+ </ ul >
45
+ </ li >
46
+
47
+ </ ul >
13
48
49
+ </ div >
50
+ </ div >
51
+ </ nav >
14
52
</ header >
15
53
16
54
< main >
@@ -36,7 +74,10 @@ <h1>Hello, world!</h1>
36
74
37
75
</ footer >
38
76
39
- < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
integrity ="
sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz "
crossorigin ="
anonymous "
> </ script >
77
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
78
+ integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz "
79
+ crossorigin ="anonymous "> </ script >
40
80
< script src ="scripts/site.js "> </ script >
41
81
</ body >
82
+
42
83
</ html >
0 commit comments