File tree 3 files changed +26
-91
lines changed
3 files changed +26
-91
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Fiber Boilerplate</ title >
7
+ < script src =" https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.min.js "> </ script >
8
+ < link href =" https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css " rel ="stylesheet "> </ link >
3
9
4
- < head >
5
- < meta charset ="UTF-8 ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < title > 404 Not Found</ title >
8
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css ">
9
- </ head >
10
-
11
- < body >
12
- < div class ="container ">
13
- < div class ="row ">
14
- < div class ="col-md-12 ">
15
- < div class ="error-template ">
16
- < h1 > Oops!</ h1 >
17
- < h2 > 404 Not Found</ h2 >
18
- < p >
19
- Sorry, an error has occured, Requested page not found!
20
- </ p >
10
+ </ head >
11
+ < body >
12
+ < div class ="container ">
13
+ < div class ="text-center ">
14
+ < div class ="row ">
15
+ < div class ="col-md-12 ">
16
+ < div class ="error-template ">
17
+ < h1 > Oops!</ h1 >
18
+ < h2 > 404 Not Found</ h2 >
19
+ < p >
20
+ Sorry, an error has occured, Requested page not found!
21
+ </ p >
22
+ </ div >
23
+ </ div >
24
+ </ div >
21
25
</ div >
22
26
</ div >
23
- </ div >
24
- </ div >
25
-
26
- </ body >
27
-
28
- </ html >
27
+ </ body >
28
+ </ html >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
6
< title > Fiber Boilerplate</ title >
7
- < link
8
- rel ="stylesheet "
9
- href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.0/css/bootstrap.min.css "
10
- />
7
+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.min.js "> </ script >
8
+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css " rel ="stylesheet "> </ link >
11
9
</ head >
12
10
13
11
< body >
@@ -24,7 +22,7 @@ <h4>Add user</h4>
24
22
id ="user "
25
23
/>
26
24
< div class ="input-group-append ">
27
- < button class ="btn btn-outline-secondary " type ="submit " id ="add_user ">
25
+ < button class ="btn btn-outline-primary " type ="submit " id ="add_user ">
28
26
Add User
29
27
</ button >
30
28
</ div >
You can’t perform that action at this time.
0 commit comments