fenix-fox/index.html
2021-05-09 13:36:27 +03:00

26 lines
No EOL
665 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width"/>
<meta charset="UTF-8">
<title>firefox-csshacks tag browser</title>
<script type="text/javascript" src="html_resources/selector.js"></script>
<link href="html_resources/main.css" rel="stylesheet" type="text/css"/>
<link rel="icon" href="html_resources/favicon.svg" type="image/svg+xml">
</head>
<body>
<div id="ui">
<div id="categories" class="categoryList">
</div>
<div id="secondaryCategories" class="categoryList">
</div>
<div id="site">
<div id="targets">
</div>
<div>
<pre id="previewBox"></pre>
</div>
</div>
</div>
</body>
</html>