mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-05 01:17:23 +00:00
38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang='en'>
|
|
<head>
|
|
<meta charset='UTF-8'>
|
|
<title>Tabswitcher</title>
|
|
<link rel='stylesheet' href='../css/common.css' />
|
|
<link rel='stylesheet' href='./search.css' />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<input type='search' id='searchbox' placeholder='Filter' autofocus>
|
|
<input type='search' id='actionbox' placeholder='Action (? for help)'>
|
|
</header>
|
|
<main id='searchResults'>
|
|
<button class='tab'>
|
|
<div class='label'>jk</div>
|
|
<div class='title'>
|
|
Color - Firefox Design Systems
|
|
</div>
|
|
<div class='url'>
|
|
https://acorn.firefox.com/latest/styles/color-MZHBVuZc#section-background-c2
|
|
</div>
|
|
</button>
|
|
<button class='tab'>
|
|
<div class='label'>kjqww</div>
|
|
<div class='title'>
|
|
Color - Firefox Design Systems
|
|
</div>
|
|
<div class='url'>
|
|
https://acorn.firefox.com/latest/styles/color-MZHBVuZc#section-background-c2
|
|
</div>
|
|
</button>
|
|
</main>
|
|
<script type="text/javascript" src="./vendor/fuzzysort.js"></script>
|
|
<script type='module' src='./search.js'></script>
|
|
</body>
|
|
</html>
|
|
|