-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup-guide.html
More file actions
55 lines (54 loc) · 2.3 KB
/
Copy pathsetup-guide.html
File metadata and controls
55 lines (54 loc) · 2.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Setup Guide | Encrypto Knights</title>
<meta name="description" content="Setup guide for Encrypto Knights - coming soon." />
<meta name="theme-color" content="#0d140b" />
<link rel="canonical" href="https://encryptoknights.github.io/setup-guide" />
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/css/styles.css" />
</head>
<body>
<div class="bg-glow glow-a"></div>
<div class="container">
<main>
<section class="coming-soon">
<div class="knights-are-working">
<img src="assets/img/knights-are-working.webp" alt="Knights are working" />
</div>
<h1>Setup Guide — Coming Soon</h1>
<p>We're building a step-by-step guide to get you started.</p>
<a class="btn btn-primary" href="index.html">Back Home</a>
<div class="social-grid" style="margin-top: 2rem;">
<a class="panel" href="https://github.com/encryptoKnights/" target="_blank" rel="noreferrer">
<img src="assets/img/github.svg" alt="GitHub" class="social-icon" />
<h3>GitHub</h3>
<p>Explore the code and contribute.</p>
</a>
<a class="panel" href="https://t.me/encryptoknights_dev" target="_blank" rel="noreferrer">
<img src="assets/img/telegram.svg" alt="Telegram" class="social-icon" />
<h3>Telegram</h3>
<p>Join the knights community</p>
</a>
<a class="panel" href="https://x.com/EncryptoKnights" target="_blank" rel="noreferrer">
<img src="assets/img/x.svg" alt="X" class="social-icon" />
<h3>Twitter / X</h3>
<p>News about us.</p>
</a>
</div>
</section>
</main>
<footer>
<p>by developers, for developers.</p>
</footer>
</div>
</body>
</html>