13 lines
369 B
HTML
13 lines
369 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=" filter"/>
|
|
<ul id="windows"></ul>
|
|
<span id="noResults">No results.</span>
|
|
</body>
|
|
</html> |