mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
27 lines
470 B
HTML
27 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>
|