24 lines
679 B
Plaintext
24 lines
679 B
Plaintext
<!DOCTYPE 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>
|
|
|
|
<body>
|
|
|
|
<h1>Deem</h1>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">Start</a></li>
|
|
<li><a href="/search">Search</a></li>
|
|
<li><a href="/result">Result</a></li>
|
|
</ul>
|
|
</nav>
|