-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsearch-result.html
34 lines (30 loc) · 1.04 KB
/
search-result.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<script src="bundle.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
<link rel="stylesheet" href="css/style_search.css">
<title>Gaucho OrganAppZation | Search</title>
</head>
<body>
<header>
<nav id="navbar">
<div class="container">
<h1 class="logo"><a href="index.html">Gaucho OrganAppZation</a></h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="current" href="search.html">Search</a></li>
<li><a href="review.html">Review</a></li>
</ul>
</div>
</nav>
</header>
<section id="display-profile">
<div class="return-title">
<h1>Here is your result</h1>
</div>
</section>
<script src="search-result.js"></script>
</body>
</html>