-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlink.html
70 lines (66 loc) · 1.69 KB
/
link.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Configuration Links</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.min.css">
</head>
<body>
<header>
<h1>Links</h1>
</header>
<main>
<section>
<h2>Authentication Files</h2>
<ul>
<li>
<a href="https://secure-config-storage.s3.ap-south-1.amazonaws.com/client_secret_942143177805-ujah2lfgn4fu3kaqmrd9oq63736n6j3g.apps.googleusercontent.com.json" target="_blank">
Client Secret JSON
</a>
</li>
</ul>
</section>
<section>
<h2>SSH Keys</h2>
<ul>
<li>
<a href="https://secure-config-storage.s3.ap-south-1.amazonaws.com/server-mark1.pem" target="_blank">
Server Key (Mark 1)
</a>
</li>
</ul>
</section>
<section>
<h2>Contact Backup</h2>
<ul>
<li>
<a href="https://secure-config-storage.s3.ap-south-1.amazonaws.com/contacts.vcf" target="_blank">
contact.vcf
</a>
</li>
</ul>
</section>
<section>
<h2>rclone Config</h2>
<ul>
<li>
<a href="https://secure-config-storage.s3.ap-south-1.amazonaws.com/rclone.conf" target="_blank">
rclone.conf
</a>
</li>
</ul>
</section>
<section>
<h2>Auth Codes</h2>
<ul>
<li>
<a href="https://secure-config-storage.s3.ap-south-1.amazonaws.com/auth.jpeg" target="_blank">
QR Code
</a>
</li>
</ul>
</section>
</main>
</body>
</html>