-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsearch.html
37 lines (35 loc) · 1.19 KB
/
search.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
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>Pássaro Search</title>
<link rel="icon" type="x-icon" href="pássaro.png">
<script src="background.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="unscrollable.css">
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
</head>
<body onload="setRandomBackground()">
<style>body{background-image:url("background1.jpg");background-repeat: no-repeat;background-size: cover}</style>
<header>
<div class="header-text">
<div class="logotype">
<a href="https://p4ssaro.github.io/"><h1>pássaro</h1><img class="logomark" src="pássaro.png"><h1>!</h1></a>
</div>
<div class="search-container">
<form action="" method="get">
<input type="text" name="q" placeholder="--se: Search...">
<button type="submit"><i class="las la-search"></i></button>
</form>
</div>
<div id="isbn-info" class="">
<div id="isbn-content">
<img id="isbn-cover" src="">
<div id="isbn-details">
</div>
</div>
</div>
</div>
</header>
<script src="searchengines.js"></script>
</body>
</html>