wv
This commit is contained in:
parent
ff7390d3ae
commit
9f9a892798
|
@ -19,11 +19,11 @@
|
||||||
const overlay = document.createElement('div'); overlay.id='wv-overlay';
|
const overlay = document.createElement('div'); overlay.id='wv-overlay';
|
||||||
overlay.innerHTML = `
|
overlay.innerHTML = `
|
||||||
<div id="wv-card">
|
<div id="wv-card">
|
||||||
<h2>Verifying Browser</h2>
|
<h2><i class="fas fa-shield-alt"></i> Verifying Browser</h2>
|
||||||
<div id="wv-progress"><div id="wv-bar"></div></div>
|
<div id="wv-progress"><div id="wv-bar"></div></div>
|
||||||
<div id="wv-info"></div>
|
<div id="wv-info"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="wv-complete"><h2>Success!</h2><p>Continue.</p></div>
|
<div id="wv-complete"><h2><i class="fas fa-check-circle"></i> Success!</h2><p>You May Continue.</p></div>
|
||||||
`;
|
`;
|
||||||
document.body.appendChild(overlay);
|
document.body.appendChild(overlay);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user