-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecritpage.html
34 lines (33 loc) · 1.1 KB
/
secritpage.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
---
layout: none
title: secret
---
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Restaurant Locator - by Algolia</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="wrapper">
<div id="header-wrapper">
<input type="text" autocomplete="off" id="search-box"/>
</div>
<div id="content-wrapper">
<div id="first">
<ul id=facet-cuisine></ul>
</div>
<div id="second">
<ul id=container></ul>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@3/dist/algoliasearchLite.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/algoliasearch.helper.min.js"></script>
<script src="main.js"></script>
</body>
</html>