mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
20 lines
394 B
HTML
20 lines
394 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>µBlock — Asset</title>
|
|
<style>
|
|
#content {
|
|
font: 12px monospace;
|
|
white-space: pre;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="content"></div>
|
|
<script src="js/udom.js"></script>
|
|
<script src="js/messaging-client.js"></script>
|
|
<script src="js/asset-viewer.js"></script>
|
|
</body>
|
|
</html>
|