add file browser index.html
This commit is contained in:
parent
f7922f419a
commit
c03eef12d5
1 changed files with 23 additions and 0 deletions
23
index.html
Normal file
23
index.html
Normal 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>
|
Loading…
Reference in a new issue