-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
38 lines (33 loc) · 895 Bytes
/
index.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
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="./assets/logo_nofill.png">
<link rel="stylesheet" href="./normalize.css">
<link rel="stylesheet" href="./style.css">
<title>MiniSearch</title>
</head>
<body>
<header>
<p class="title">MiniSearch</p>
</header>
<nav>
<ul>
<li><a href="index.html">Search</a></li>
<li><a href="opencopilot.html">OpenCopilot</a></li>
<li><a href="https://github.com/ehristoforu/MiniSearch" target="__blank">GitHub</a></li>
</ul>
</nav>
<div class="search-section">
<script async src="https://cse.google.com/cse.js?cx=942d92529e0014c0b">
</script>
<div>
<div class="gcse-searchbox"></div>
</div>
<div>
<div class="gcse-searchresults"></div>
</div>
</div>
</body>
</html>