-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
33 lines (27 loc) · 1.08 KB
/
Copy pathheader.html
File metadata and controls
33 lines (27 loc) · 1.08 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>JD7 Portal</title>
<link rel="stylesheet" href="/style.css">
<script src="/scripts/include.js" defer></script>
</head>
<body>
<div data-include="/components/header.html"></div>
<main class="jd7-main">
<h1>JD7 Portal v3.0</h1>
<p>Web3. NFT Keys. Bots. Ritual Tech.</p>
<section class="modules-grid">
<a href="/modules/browser.html" class="module-card">Браузер</a>
<a href="/modules/nft.html" class="module-card">NFT‑ключи</a>
<a href="/modules/marketplace.html" class="module-card">Маркетплейс</a>
<a href="/modules/bots.html" class="module-card">Боты</a>
<a href="/modules/anthem.html" class="module-card">Гимн</a>
<a href="/modules/avatars.html" class="module-card">Аватары</a>
<a href="/modules/fitline.html" class="module-card">FitLine</a>
<a href="/modules/justice.html" class="module-card">Правосудие</a>
</section>
</main>
<div data-include="/components/footer.html"></div>
</body>
</html>