mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
pages/search: shaped tabs
This commit is contained in:
parent
8d91c80b8b
commit
5df95ea62c
6 changed files with 221 additions and 20 deletions
|
|
@ -2,13 +2,36 @@
|
|||
<html lang='en'>
|
||||
<head>
|
||||
<meta charset='UTF-8'>
|
||||
<title>Tabswhither</title>
|
||||
<title>Tabswitcher</title>
|
||||
<link rel='stylesheet' href='../css/common.css' />
|
||||
<link rel='stylesheet' href='./search.css' />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
lorem
|
||||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue