-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (60 loc) · 1.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="skin-head.png" rel="shortcut icon">
<meta property="og:type" content="website">
<meta property="og:title" content="1tzArad">
<meta property="og:description" content="I'm Arad. Want to get to know each other?">
<meta property="og:url" content="https://1tzArad.xyz">
<meta property="og:image" content="https://1tzArad.xyz/skin-head.png">
<title>Arad</title>
<style>
body {
margin: 0;
padding: 0;
background: linear-gradient(135deg, #121212, #000);
color: #fff;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
.container {
padding: 20px;
max-width: 90%;
width: 50%;
}
h1 {
font-size: 2em;
margin-bottom: 20px;
}
p {
font-size: 1.2em;
}
a {
color: #1e90ff;
text-decoration: none;
font-weight: bold;
}
.login-link {
font-weight: bold;
margin-left: 10px;
color: #4b9aff;
}
.login-link:hover {
color: #1e90ff;
}
</style>
</head>
<body>
<div class="container">
<h1>1tzArad.xyz</h1>
<p>This site is now private and is only for personal use. If you want access or have any questions, please contact us on <a href="https://t.me/silentKenshi" target="_blank">@silentKenshi</a>.</p>
<!-- <p>If you want to log in, please proceed through this page. <a href="login-page.html" class="login-link">here</a></p> -->
</div>
</body>
</html>