-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdns.html
More file actions
24 lines (23 loc) · 1.06 KB
/
dns.html
File metadata and controls
24 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>ProStore Web</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="content-area">
<div class="sidebar">
<div onclick="window.location.href = 'index.html';" class="sidebar-item">ProStore Installer</div>
<div onclick="window.location.href = 'cert.html';" class="sidebar-item">Certificate Manager</div>
<div onclick="window.location.href = 'dns.html';" class="sidebar-item active">Anti-Revoke DNS</div>
<div onclick="window.location.href = 'docs/';" class="sidebar-item">Guide / Docs</div>
</div>
<div class="panel">
<h1 class="title">ProStore DNS</h1><br>
<h3>Stop apps from being revoked using the Khoindvn DNS!</h3><br>
<button class="download-button" onclick="window.location.href='https://github.com/esigncert/khoindvn/releases/download/DNS/signed_khoindvn.mobileconfig';">Install DNS</button>
</div>
</div>
</body>
</html>