new fixes

This commit is contained in:
revvie 2018-03-04 19:52:52 +02:00
parent fa78f36d72
commit ff36b29ba9
3 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Goodreads API</title> <title>Goodreads API</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/public/main.css"/> <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="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"/>

View File

@ -4,9 +4,9 @@
<body> <body>
<section class="searchform"> <section class="searchform">
<form class="pure-form "action="" method=""> <form class="pure-form "action="" method="">
<input type="text" placeholder="Enter ISBN" autofocus required> <input type="text" placeholder="Enter ISBN" autofocus required />
<button onclick="">Search</button> <button onclick="">Search</button>
</form> </form>
</section> </section>
<% include footer %> <% include footer %>

View File

@ -1,6 +1,6 @@
<% include header %> <% include header %>
<head> </head>
<body> <body>
<section class="searchform"> <section class="searchform">
<form class="pure-form "action="" method=""> <form class="pure-form "action="" method="">