We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77701ac commit 51c00a4Copy full SHA for 51c00a4
boilerplates/instantsearch.js/index.html.hbs
@@ -1,5 +1,7 @@
1
+<!doctype html>
2
<html>
3
<head>
4
+ <meta charset="utf-8">
5
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.css">
6
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch-theme-algolia.min.css">
7
<link rel="stylesheet" type="text/css" href="main.css">
@@ -12,7 +14,6 @@
12
14
13
15
<div class="wrapper">
16
<div class="left">
-
17
<div id="current-refined-values">
18
<!-- CurrentRefinedValues widget will appear here -->
19
</div>
0 commit comments