-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.37 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
<html>
<head>
<a href="https://en.pronouns.page/@jqb4" rel="me"></a>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<style>
a:link {color: white}
a:visited {color: white}
a:active {color: white}
</style>
<script>
if (/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent)) {
window.location.href = "https://m.jqb4.xyz";
}
</script>
</head>
<body>
<div class="container">
<span class="header">
jqb4<span class="ibeam"></span>
</span>
<br><br><br><br>
<div class="menu">
<a href="https://bsky.app/profile/user.jqb4.xyz" target="_blank">bluesky</a> |
<a href="https://matrix.to/#/@jqb4:matrix.org" target="_blank">matrix</a> |
<a href="https://www.reddit.com/user/gxs3lium/" target="_blank">reddit</a> |
<a href="https://t.me/jqb444" target="_blank">telegram</a>
</div>
</div>
</body>
</html>