1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00
uBlock/src/asset-viewer.html

24 lines
388 B
HTML
Raw Normal View History

2014-07-09 22:03:25 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2015-03-10 05:00:33 +01:00
<title>uBlock — Asset</title>
2014-07-09 22:03:25 +02:00
<style>
#content {
font: 12px monospace;
white-space: pre;
}
</style>
</head>
<body>
<div id="content"></div>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
<script src="js/udom.js"></script>
<script src="js/asset-viewer.js"></script>
2014-07-09 22:03:25 +02:00
</body>
</html>