File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4- < title > </ title >
5- < meta
6- charset ="utf-8 "
7- name ="viewport "
8- content ="width=device-width, initial-scale=1.0 "
9- />
4+ < title > Book Library Project | (Adiyah Farhan)</ title >
5+ < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
107 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js "> </ script >
118 < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js "> </ script >
129 < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js "> </ script >
@@ -31,15 +28,15 @@ <h1>Library</h1>
3128 < div class ="form-group ">
3229 < label for ="title "> Title:</ label >
3330 < input
34- type ="title "
31+ type ="text "
3532 class ="form-control "
3633 id ="title "
3734 name ="title "
3835 required
3936 />
4037 < label for ="author "> Author: </ label >
4138 < input
42- type ="author "
39+ type ="text "
4340 class ="form-control "
4441 id ="author "
4542 name ="author "
You can’t perform that action at this time.
0 commit comments