spectabular/popup.html
2015-03-07 14:06:33 -05:00

13 lines
374 B
HTML

<!doctype html>
<html>
<head>
<link href="popup.css" rel="stylesheet" type="text/css">
<link href="font-awesome.min.css" rel="stylesheet" type="text/css">
<script src="popup.js"></script>
</head>
<body>
<label>filter</label><input id="search" placeholder="&#xf002; Search tabs"/>
<ul id="windows"></ul>
<span id="noResults">No results.</span>
</body>
</html>