mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
28 lines
470 B
HTML
28 lines
470 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>uBlock — Asset</title>
|
|
<style>
|
|
#content {
|
|
font: 12px monospace;
|
|
white-space: pre;
|
|
}
|
|
h1 {
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="content"><h1>Loading asset...</h1></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>
|
|
|
|
</body>
|
|
</html>
|