dee454cb8c
Bootstrap => v5.3.2 jQuery => v3.7.1
23 lines
787 B
HTML
23 lines
787 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Orcinus Site Search - Offline example</title>
|
|
|
|
<!-- Include the default stylesheet, or create your own -->
|
|
<link rel="stylesheet" href="orcinus/css/search.css">
|
|
</head>
|
|
<body>
|
|
<h1>Orcinus Site Search - Offline example</h1>
|
|
|
|
<!-- Include these files where your search results should appear -->
|
|
<script src="orcinus/js/mustache/mustache.js"></script>
|
|
<script src="orcinus/js/offline-search.js"></script>
|
|
|
|
<!-- Script files below are only required for Typeahead -->
|
|
<script src="orcinus/js/jquery.min.js"></script>
|
|
<script src="orcinus/js/typeahead.bundle.min.js"></script>
|
|
<script src="orcinus/js/search.js"></script>
|
|
</body>
|
|
</html>
|