-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathonline-setup.html
75 lines (65 loc) · 3.66 KB
/
online-setup.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
71
72
73
74
75
<!DOCTYPE html>
<html lang="az">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel='icon' href='https://telegra.ph/file/a44cc6cb6eab362e771a7.jpg' type='image/x-icon' />
<title>C Y B Ξ R - Online Setup</title>
</head>
<body>
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="index.html" class="nav__logo">C Y B Ξ R - Online Setup</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="index.html" class="nav__link active">Ev</a></li>
<li class="nav__item"><a href="docs.html" class="nav__link">Docs</a></li>
<li class="nav__item"><a href="#elaqe" class="nav__link">Əlaqə</a></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<section class="home bd-grid" id="string">
<div class="home__data">
<h2 class="section-title">C Y B Ξ R - Online Setup</h2>
<h1><span class="home__title-color">C Y B Ξ R UserBot is a project that simplifies the use of Telegram. All rights reserved.</span></h1>
<br><br>
<iframe frameborder="0" width="100%" height="600px" src="https://replit.com/@FaridDadashzade/installer-1?embed=true"></iframe>
</div>
</section>
<section class="contact section" id="elaqe">
<h2 class="section-title">Əlaqə</h2>
<div class="contact__container bd-grid">
<form action="https://getform.io/f/1b0cceff-6080-475a-899b-7a9af3999099" method="POST" class="contact__form" enctype="multipart/form-data">
<input type="text" name="Name" placeholder="Ad" class="contact__input" required>
<input type="email" name="Email" placeholder="E-poçt" class="contact__input" required>
<input type="file" name="file"placeholder="Fayl" class="contact__input">
<input type="text" name="message" cols="0" rows="5" class="contact__input" required>>
<input type="submit" value="Göndər" class="contact__button gonder__button">
</form>
</div>
</section>
</main>
<footer class="footer">
<p class="footer__title">C Y B Ξ R</p>
<div class="footer__social">
<a href="https://t.me/TheCyberUserBot" class="footer__icon"><i class='bx bxl-telegram' ></i></a>
<a href="https://github.com/CyberUserBot" class="footer__icon"><i class='bx bxl-github' ></i></a>
</div>
<div class="ziyaretci">
<div class="basliq">Ziyarətçi sayı: <span class="ziyaretci-sayi">00</span>
</div>
<p class="footer__copy">© C Y B Ξ R. All rights reserved.</p>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="assets/js/main.js"></script>
<script src='assets/js/counter.js'></script>
</body>
</html>