-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 1.76 KB
/
index.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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vanillium</title>
<link rel="shortcut icon" href="https://i.imgur.com/UPadJcy.png" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="text-box">
<div id="copyNotification" class="copy-notification">Скопировано!</div>
<img src="https://i.imgur.com/PUHPxBQ.gif" class="img" alt="">
<h1>Vanillium</h1>
<p>Простой, ванильный сервер Minecraft</p>
<p class="p2">ㅤ</p>
<span class="custom-btn" id="copyButton" onclick="copyToClipboard('mc.vanillium.xyz')">Скопировать IP</span>
<p class="p2">hetav98</p>
<a href="https://discord.gg/YqksmjbjqQ" class="social bi-discord"></a>
<p class="p2">Огромное спасибо Nernny1337 и TheCreativshik!</p>
</div>
<img class="arrow" src="arrow.svg"/>
</div>
<section style="background-color: rgb(19, 19, 19); padding: 1%;"></section>
<div class="faq-container">
<div class="faq-box">
<h2>test</h2>
<div class="faq-item">
<button class="faq-question">test</button>
<div class="faq-answer">
<p>test</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">test</button>
<div class="faq-answer">
<p>test</p>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>