mirror of
https://github.com/alyssaxuu/omni.git
synced 2026-03-11 08:54:35 +00:00
22 lines
542 B
HTML
22 lines
542 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div id="omni-extension" class="closing omni-extension">
|
|
<div id="omni-wrap">
|
|
<div id="omni">
|
|
<div id="search">
|
|
<input placeholder="Type a command or search">
|
|
</div>
|
|
<div id="list">
|
|
</div>
|
|
<div id="footer">
|
|
<div id="results">153 results</div>
|
|
<div id="arrows">Use arrow keys <span class="shortcut">↑</span><span class="shortcut">↓</span> to navigate</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="overlay"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|