File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
2- < html >
2+ < html lang =" en " >
33 < head >
4- < title > Book Library</ title >
5- < meta
6- charset ="utf-8 "
7- name ="viewport "
8- content ="width=device-width, initial-scale=1.0 "
9- />
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
106 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js "> </ script >
117 < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js "> </ script >
128 < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js "> </ script >
1511 href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css "
1612 />
1713 < link rel ="stylesheet " type ="text/css " href ="style.css " />
14+ < title > Book Library</ title >
1815 </ head >
1916
2017 < body >
You can’t perform that action at this time.
0 commit comments