fenix-fox/index.html

30 lines
967 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>
<script type="module" src="html_resources/selector.js"></script>
<script type="module" src="html_resources/code-block/code-block.js"></script>
2020-06-01 19:25:47 +02:00
<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>
<code-block data-highlight="css" data-matchlinks="[\w-\.]+\.css -> ./chrome/%s" id="previewBox" class="copy-able"></code-block>
2020-06-01 19:25:47 +02:00
</div>
</div>
</div>
</body>
</html>