add file browser index.html

pull/61/head
MrOtherGuy 4 years ago
parent f7922f419a
commit c03eef12d5

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>firefox-csshacks selector</title>
<meta name="viewport" content="width=device-width"/>
<meta charset="UTF-8">
<script type="text/javascript" src="html_resources/selector.js"></script>
<link href="html_resources/main.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="ui">
<div id="categories">
</div>
<div id="site">
<div id="targets">
</div>
<div>
<pre id="previewBox"></pre>
</div>
</div>
</div>
</body>
</html>
Loading…
Cancel
Save