-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheomnibar.html
33 lines (32 loc) · 1.48 KB
/
eomnibar.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
<html>
<head>
<title>Eomnibar</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<script src="js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/utils.js" charset="utf-8"></script>
<script type="text/javascript" src="js/eomnibarIn.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="evernote_qs.css" />
<link rel="stylesheet" type="text/css" href="eomnibar.css" />
</head>
<body>
<div id="eomnibar" class="evernote_qsReset">
<div class="evernote_qsReset eomnibarSearchArea">
<div class="search-box__query">
<div class="search-box__search-icon">
<span class="icon icon-search">
<svg data-name="Layer 1" viewBox="0 0 64 64" class="icon icon-search">
<title>
Icons 100
</title>
<path d="M29.01 10.02a18.974 18.974 0 0 1 15.248 30.303l10.257 8.675a3.92 3.92 0 1 1-5.527 5.527L40.31 44.27a18.991 18.991 0 1 1-11.3-34.25zm0 34a15 15 0 1 0-15-15 15 15 0 0 0 15 15z" fill-rule="evenodd"></path>
</svg>
</span>
</div>
<input id="eomnibarInput" type="text" class="evernote_qsReset" placeHolder="Search">
</div>
</div>
<div class="eomnibar_spacer"></div>
<ul class="evernote_qsReset"></ul>
</div>
</body>
</html>