Skip to content

Commit 51c00a4

Browse files
julienpabobylito
authored andcommitted
fix(boilerplate): minor HTML fixes (#6)
1 parent 77701ac commit 51c00a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boilerplates/instantsearch.js/index.html.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
<!doctype html>
12
<html>
23
<head>
4+
<meta charset="utf-8">
35
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.css">
46
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch-theme-algolia.min.css">
57
<link rel="stylesheet" type="text/css" href="main.css">
@@ -12,7 +14,6 @@
1214

1315
<div class="wrapper">
1416
<div class="left">
15-
1617
<div id="current-refined-values">
1718
<!-- CurrentRefinedValues widget will appear here -->
1819
</div>

0 commit comments

Comments
 (0)