-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (37 loc) · 1.74 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
<!DOCTYPE html>
<html>
<title>thetm's Website (Currently work-in-progress)</title>
<body>
<center><h1>Welcome to my website!</h1></center>
<center><p>This website contains mainly osu! content, but also contains other stuff (coming soon).</p></center>
<p>sorry if the GUI of this site looks as if it's just a simple HTML. this website is currently work-in-progress, I suck at HTML and I'm lazy as well</p>
<p><b>My webpages</b><p>
<a href="osu">osu!</a> (WIP) | <a href="maimai">maimai</a> (WIP) | <a href="wmmt">Wangan Midnight Maximum Tune</a> (WIP)
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: left;
}
li a {
display: block;
padding: 8px;
}
</style>
<ul>
<p><b>Profile links</b><p>
<li><a href="https://osu.ppy.sh/users/30666740"><img src="icons/osu-logo.png" alt="osu! Profile" style="width:60px; height:60px;"></a></li>
<li><a href="https://twitch.tv/thetmosu"><img src="icons/twitch-logo.png" alt="Twitch" style="width:60px; height:60px;"></a></li>
<li><a href="https://github.com/tematikkp"><img src="icons/github-logo.png" alt="GitHub Profile" style="width:60px; height:60px;"></a> <a href="https://github.com/tematikkp/thetm">Repository</a></li>
<li><a href="https://sites.google.com/view/thetmosu"><img src="icons/gsites-logo.png" alt="My old Google Sites page" style="width:60px; height:60px;"></a></li>
<li><a href="https://ch.tetr.io/u/thetm"><img src="icons/tetrio-logo.png" alt="Tetr.io Profile" style="width:60px; height:60px;"></a></li>
</ul>
<p><img alt="Discord" src="icons/discord-logo.png" style="height:60px; width:60px;">: indomich/indomichannel (inactive)</p></body>
<footer>
<p>Copyright © 2022-2024 Tematikkp. All rights reserved.</p>
</footer>
</html>