more fixes
This commit is contained in:
parent
ff36b29ba9
commit
62ef080b92
@ -1,2 +1,3 @@
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
|
||||||
|
</html>
|
||||||
@ -1,10 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<title>Goodreads API</title>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
||||||
<link rel="stylesheet" href="/public/main.css"/>
|
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>Goodreads API</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
|
||||||
|
crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" href="/public/main.css" />
|
||||||
@ -1,12 +1,13 @@
|
|||||||
<% include header %>
|
<% include header %>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
<section class="searchform">
|
|
||||||
<form class="pure-form "action="" method="">
|
|
||||||
<input type="text" placeholder="Enter ISBN" autofocus required />
|
|
||||||
<button onclick="">Search</button>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<% include footer %>
|
<body>
|
||||||
|
<section class="searchform">
|
||||||
|
<form class="pure-form " action="" method="">
|
||||||
|
<input type="text" placeholder="Enter ISBN" autofocus required />
|
||||||
|
<button onclick="">Search</button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<% include footer %>
|
||||||
@ -1,3 +1,3 @@
|
|||||||
<% include header %>
|
<% include header %>
|
||||||
|
|
||||||
<% include footer %>
|
<% include footer %>
|
||||||
@ -1,12 +1,13 @@
|
|||||||
<% include header %>
|
<% include header %>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
<section class="searchform">
|
<body>
|
||||||
<form class="pure-form "action="" method="">
|
<section class="searchform">
|
||||||
<input type="text" placeholder="Enter ISBN" autofocus required>
|
<form class="pure-form " action="" method="">
|
||||||
|
<input type="text" placeholder="Enter ISBN" autofocus required>
|
||||||
<button>Search</button>
|
<button>Search</button>
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<% include footer %>
|
<% include footer %>
|
||||||
Loading…
Reference in New Issue
Block a user