spectabular/popup.html
2015-02-10 16:21:22 -05:00

13 lines
300 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>
<input id="search" placeholder="filter"/>
<ul id="windows">
</ul>
</body>
</html>