2026-04-20 17:15:23 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<link rel="stylesheet" href="sciezka.css">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="sciezka-root">
|
|
|
|
|
<div id="search-bar">
|
|
|
|
|
<svg id="search-icon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
|
<circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/>
|
|
|
|
|
</svg>
|
|
|
|
|
<input id="search-input" type="text" placeholder="Search tabs, history, bookmarks..." autofocus>
|
|
|
|
|
<span id="method-badge">fuzzy</span>
|
2026-04-28 00:13:06 +05:30
|
|
|
<button id="config-btn" title="Settings">
|
|
|
|
|
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
|
<circle cx="12" cy="12" r="3"/><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z"/>
|
|
|
|
|
</svg>
|
|
|
|
|
</button>
|
2026-04-20 17:15:23 +05:30
|
|
|
</div>
|
|
|
|
|
<div id="mode-bar"></div>
|
|
|
|
|
<div id="results"></div>
|
2026-04-28 00:13:06 +05:30
|
|
|
<div id="config-panel" style="display:none"></div>
|
2026-04-20 17:15:23 +05:30
|
|
|
<div id="footer">
|
|
|
|
|
<span class="hint"><kbd>↑↓</kbd> navigate</span>
|
|
|
|
|
<span class="hint"><kbd>Enter</kbd> open</span>
|
|
|
|
|
<span class="hint"><kbd>Tab</kbd> mode</span>
|
|
|
|
|
<span class="hint"><kbd>Ctrl+F</kbd> search type</span>
|
|
|
|
|
<span class="hint"><kbd>Esc</kbd> close</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script src="dist/sciezka.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|