-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleLinks.html
47 lines (42 loc) · 1.56 KB
/
SimpleLinks.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
<html>
<head>
<style>
div
{
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
h2 {font-size: 45px;}
p {font-size: 30px;}
</style>
</head>
<body>
<!-- Set the title bar of the page -->
<title>Simple Links</title>
<div>
<h2>Rahim Ali</h2>
<p><a href="https://bsky.app/profile/rahimali.net">Bluesky</a></p>
<p><a href="https://cara.app/djrahimali">Cara</a></p>
<p><a href="https://mastodon.gamedev.place/@DJRahimAli">Mastodon</a></p>
<p><a href="https://www.youtube.com/channel/UCJsoLwDwoLmUAQlAErGwWgA">Youtube</a></p>
<p><a href="https://www.youtube.com/channel/UCd5sS5GpmkA4hW7h0d9_vOw">Youtube Extra</a></p>
<p><a href="https://discord.gg/JDgXWDz5Ae">Discord Server</a></p>
<p><a href="https://www.twitch.tv/djrahimali">Twitch</a></p><br>
<p><a href="https://djrahimali.newgrounds.com">Newgrounds</a></p>
<p><a href="https://github.com/DJRahimAli">GitHub</a></p>
<p><a href="https://rahimali.itch.io">itch.io</a></p>
<p><a href="https://twitter.com/djrahimali">Twitter</a></p>
<p><a href="https://steamcommunity.com/id/RahimAli">Steam</a></p>
<p><a href="https://soundcloud.com/djrahimali">SoundCloud</a></p>
<p><a href="https://rahimali.net/whoami">Who Am I?</a></p>
<br>
<p><a href="https://rahimali.net">Back to Main Page</a></p>
</div>
<!-- GoatCounter -->
<script data-goatcounter="https://counter.rahimali.net/count" async src="assets/count.js"></script>
</body>
</html>