Skip to content

Commit

Permalink
add css to example html.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jul 8, 2016
1 parent 4b7284d commit 101bbc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<link rel="stylesheet" href="super-search.css">
<body>

<h2>Press ESC or '/' key to open search</h2>
<div class="super-search" id="js-super-search">
<a href="javascript:void(0)" onclick="superSearch.toggle()" class="super-search__close-btn">X</a>
<input type="text" placeholder="Type here to search" class="super-search__input" id="js-super-search__input">
Expand Down

0 comments on commit 101bbc6

Please sign in to comment.