-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththreads.html
79 lines (66 loc) · 1.86 KB
/
threads.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; https://www.threads.net/@kitku132">
<title></redirecting...></title>
<link rel="icon" href="/icons/favicon.png" type="image/png">
<link rel="stylesheet" href="/style/style.css">
<script>
document.addEventListener('contextmenu', function (e) {
e.preventDefault();
});
</script>
<style>
body {
user-select: none;
font-size: 40px;
background-color: #0F0C19;
margin: 0;
font-family: 'VT323', monospace;
color: #423187;
margin-bottom: 100px;
--accent: #4e3aA3;
--body-fg: #9b7dff;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
.centered-text {
text-align: center;
}
.small {
font-size: 17px;
}
a {
color: #423187;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.footer {
background-color: #0F0C19;
color: #423187;
padding: 10px;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
font-size: 20px;
}
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=VT323&display=swap">
</head>
<body>
<div class="mscursor-cursor"></div>
<div class="centered-text">
<h1></kitku></h1>
<h2>If you are not redirected, <a href="https://www.threads.net/@kitku132">click here</a></h2>
<div class="footer">
<p>-----> © 2024 </kitku> <-----</p>
</div>
<script src="/script/script.js"></script>
</body>
</html>