This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.html
44 lines (39 loc) · 1.79 KB
/
result.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
<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="shortcut icon" href="images/icon64.png" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naurok Helper</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div style="margin-bottom: 20px; border: 1px solid #ccc; border-radius: 5px; padding: 15px; text-align: center;">
<p style="color: #888;">made by xsarz</p>
<div style="display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 10px;">
<a href="https://discord.gg/GtpUnsHHT4" target="_blank" style="text-decoration: none; color: #888;">
<button style="background-color: #3b5998; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer;">
Discord
</button>
</a>
<a href="https://t.me/DxsarzUnion" target="_blank" style="text-decoration: none; color: #888;">
<button style="background-color: #55acee; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer;">
Telegram
</button>
</a>
<a href="https://www.youtube.com/@Xsarzy" target="_blank" style="text-decoration: none; color: #888;">
<button style="background-color: #e4405f; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer;">
YouTube
</button>
</a>
<a href="https://github.com/xXxCLOTIxXx" target="_blank" style="text-decoration: none; color: #888;">
<button style="background-color: black; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer;">
GitHub
</button>
</a>
</div>
</div>
<div id="data"></div>
<script src="session_handler.js"></script>
</body>
</html>