stylus/execution-order/execution-order.html
2021-12-09 22:25:33 +08:00

30 lines
858 B
HTML

<!DOCTYPE html>
<html id="stylus">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title i18n-text-append="optionsHeading">Stylus </title>
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="execution-order.css">
<script src="/js/polyfill.js"></script>
<script src="/js/toolbox.js"></script>
<script src="/js/msg.js"></script>
<script src="/js/localization.js"></script>
<script src="/js/prefs.js"></script>
<script src="/js/dom.js"></script>
<script src="/content/style-injector.js"></script>
<script src="/content/apply.js"></script>
</head>
<body>
<div id="main">
<button class="closer"></button>
<ol id="style-list"></ol>
</div>
<script src="/vendor/slipjs/slip.js"></script>
<script src="execution-order.js"></script>
</body>
</html>