-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (78 loc) · 1.71 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
alert(1);alert(document.domain);prompt(1);/*<html>
<head>
<meta charset="utf-8">
<!--meta http-equiv="refresh" content="1;url=https://z.ai">
<script type="text/javascript">
window.location.href = "https://z.ai"
</script-->
<title>⑲.₨</title>
<style>
.background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5); /* Semi-transparent background color */
z-index: -2; /* Ensure it stays behind the content */
pointer-events: none; /* Ensure it does not interfere with user interactions */
}
.background::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
background-image: url('img/zai-site-logo.svg'); /* Path to your SVG file */
background-repeat: no-repeat;
background-position: center;
background-size: 200px 200px;
opacity: 0.5; /* Faded effect */
}
body {
overflow: hidden;
background-color: #FFFFFF;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #FFFFFF;
color: #FFFFFF;
text-align: center;
}
* {
color: white;
}
/* unvisited link */
a:link {
color: black;
}
/* visited link */
a:visited {
color: black;
}
/* mouse over link */
a:hover {
color: black;
}
/* selected link */
a:active {
color: black;
}
</style>
</head>
<body>
<div class="background"></div>
<p>
<a href="/concerts.txt">/concerts.txt</a><br />
<a href="/conferences.txt">/conferences.txt</a><br />
<a href="https://mas.to/@zai">@[email protected]</a>
</p>
<div class="footer">
<p><a href="https://⑲.₨">⑲.₨</a><!--a href="https://⒚₨">⒚₨</a--></p>
</div>
</body></html>*/