-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.html
48 lines (44 loc) · 1.35 KB
/
catalog.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
<!DOCTYPE html>
<html lang="ru" >
<head>
<meta charset="UTF-8">
<title>Xhub - Catalog</title>
<link rel="stylesheet" href="./style.css">
<html>
<body>
<div class="header">
<h2><a href="https://t.me/borofone_top" target="_blank" rel="noopener noreferrer">Помощь</a></h2>
<div class="mid-spot" onclick="document.body.classList.toggle('gold');"></div>
<button class="contact-btn" onclick="window.location.href = 'index.html';">
<span class="glow"></span>
<span class="contact-btn-content">Главная</span>
</button>
<canvas id="particleCanvas"></canvas>
<div class="spotlight">
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="hero">
<div class="heroSubP">
<p>Дистрибутивы и<br>программы для них.</p>
</div>
<div class="heroT">
<h2>Каталог</h2>
<h2>Каталог</h2>
</div>
</div>
<div class="mountains">
</div>
<div class="hero-spacer"></div>
<div class="content-section">
<div class="heroSubP">
<p>Разделы </p>
</div>
<p><button class="gm-btn gb-shutter" onclick="window.location.href = 'distributive.html';">Дистрибутивы</button></p><br>
<button class="gm-btn gb-shutter" onclick="window.location.href = 'progs.html';">Программы и утилиты</button>
</div>
<script src="./script.js"></script>
</body>
</html>