fenix-fox/index.html

29 lines
796 B
HTML
Raw Normal View History

2020-06-01 19:25:47 +02:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width"/>
<meta charset="UTF-8">
2021-05-09 12:36:27 +02:00
<title>firefox-csshacks tag browser</title>
2020-06-01 19:25:47 +02:00
<script type="text/javascript" src="html_resources/selector.js"></script>
<link href="html_resources/main.css" rel="stylesheet" type="text/css"/>
2021-05-09 12:36:27 +02:00
<link rel="icon" href="html_resources/favicon.svg" type="image/svg+xml">
2020-06-01 19:25:47 +02:00
</head>
<body>
<div id="placeholder">
<div class="placeholder-text">FAILURE, resources could not be loaded properly</div>
</div>
<div id="ui" class="hidden">
2020-07-18 07:39:34 +02:00
<div id="categories" class="categoryList">
</div>
<div id="secondaryCategories" class="categoryList">
2020-06-01 19:25:47 +02:00
</div>
<div id="site">
<div id="targets">
</div>
<div>
<pre id="previewBox"></pre>
</div>
</div>
</div>
</body>
</html>