-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
35 lines (32 loc) · 1.79 KB
/
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
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data:; connect-src 'self' typesense.jquery.com">
<title>typesense-minibar</title>
<link rel="icon" href="./assets/logo.svg">
<link rel="stylesheet" href="./demo/demo.css">
<link rel="stylesheet" href="./typesense-minibar.css">
<script defer type="module" src="./typesense-minibar.js"></script>
<body>
<main>
<p align="center"><a href="https://github.com/jquery/typesense-minibar/" title="Browse repository"><img src="./assets/logo-text.svg" height="100" alt="minibar"></a></p>
<p><strong>minibar</strong> is a fast 2kB autocomplete search bar. Alternative to Algolia DocSearch, InstantSearch, autocomplete-js, and typesense-js.</p>
<typesense-minibar data-origin="https://typesense.jquery.com" data-collection="jquery_com" data-key="Zh8mMgohXECel9wjPwqT7lekLSG3OCgz" data-group="true" data-foot="true">
<form role="search" action="https://duckduckgo.com">
<input type="search" name="q" aria-label="Search" placeholder="Search..." autocomplete="off">
<input type="hidden" name="sites" value="jquery.com">
</form>
</typesense-minibar>
<h2>Pages</h2>
<ul>
<li><a href="./demo/"><strong>Demo</strong> & Comparisons</a>
<li><a href="./test/">QUnit test suite</a></li>
<li><a href="./coverage/">Test coverage report</a></li>
</ul>
<h2>External link</h2>
<ul>
<li><a href="https://github.com/jquery/typesense-minibar/">Documentation and view source</a></li>
</ul>
</main>
</body>