tabswitcher/pages/search/search.html
2024-01-20 04:21:59 +01:00

37 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>
<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='module' src='./search.js'></script>
</body>
</html>