mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-05 01:17:23 +00:00
pages/search: page title
This commit is contained in:
parent
2ace4fdd93
commit
8be2df4d18
1 changed files with 3 additions and 3 deletions
|
|
@ -2,14 +2,14 @@
|
|||
<html lang='en'>
|
||||
<head>
|
||||
<meta charset='UTF-8'>
|
||||
<title>Tabswitcher</title>
|
||||
<title>Tab List</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)'>
|
||||
<input type='search' id='searchbox' placeholder='Filter' autofocus />
|
||||
<input type='search' id='actionbox' placeholder='Action (? for help)' />
|
||||
</header>
|
||||
<main id='searchResults'></main>
|
||||
<script type="text/javascript" src="./vendor/fuzzysort.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue