-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (24 loc) · 879 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (24 loc) · 879 Bytes
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
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WireGuard Config Manager</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<main class="container">
<header>
<h1>WireGuard Config Generator</h1>
<button class="get-btn">Get Free Config</button>
</header>
<section class="wire-guard-config"></section>
<button class="download-btn">Download Config</button>
<button class="telegram"><a href="https://t.me/P_Tech2024">Telegram: @P_Tech2024</a></button>
<section class="v2ray-config"></section>
</main>
<div class="spinner" style="display: none;"></div>
<script src="js/app.js"></script>
</body>
</html>