blob: ce9c598252db09c7072794c1d10a49c0f8e23530 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!doctype html><html><head><title i18n="post_install_loading"></title><meta charset="utf-8"><link rel="stylesheet" href="../assets/css/main.css"><link rel="stylesheet" href="../assets/css/nanobar.css"><link rel="icon" type="image/svg+xml" href="../../assets/images/logo-shield.svg"></head><body class="post-install"><div style="display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
pointer-events: none;">
<div>
<header class="downloading post-install__header">
<div class="cf wlimit">
<a class="post-install__header-logo" href="">
AdGuard
</a>
</div>
</header>
<div class="downloading settings-page">
<div class="wlimit">
<div class="post-install__descr" i18n="post_install_loading"></div>
</div>
</div>
</div>
</div>
<script src="../pages/post-install.js"></script></body></html>
|