mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
29 lines
No EOL
796 B
HTML
29 lines
No EOL
796 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="placeholder">
|
|
<div class="placeholder-text">FAILURE, resources could not be loaded properly</div>
|
|
</div>
|
|
<div id="ui" class="hidden">
|
|
<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> |