fenix-fox/index.html
2020-06-01 20:25:47 +03:00

23 lines
No EOL
503 B
HTML

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