add file browser index.html

This commit is contained in:
MrOtherGuy 2020-06-01 20:25:47 +03:00
parent f7922f419a
commit c03eef12d5

23
index.html Normal file
View file

@ -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>