mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Asset viewer now shows loading...
This commit is contained in:
parent
203acc9ee1
commit
3d3566a4ee
1 changed files with 5 additions and 1 deletions
|
|
@ -8,10 +8,14 @@
|
|||
font: 12px monospace;
|
||||
white-space: pre;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content"></div>
|
||||
<div id="content"><h1>Loading asset...</h1></div>
|
||||
|
||||
|
||||
<script src="js/vapi-common.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue