Skip to content

Commit 391dd03

Browse files
Initial
0 parents  commit 391dd03

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="device-width,initial-scale=1">
6+
<title>Sphyxia</title>
7+
8+
<style>
9+
body {
10+
background-color: #11181c;
11+
color: #aaaaaa;
12+
}
13+
14+
</style>
15+
16+
</head>
17+
<body>
18+
19+
<span>
20+
-- Title --
21+
</span>
22+
23+
<a href="https://twitch.tv/TheRealSphyxia" title="Twitch">Twitch</a>
24+
<a href="https://bsky.app/profile/sphyxia.com" title="Bluesky">Bluesky</a>
25+
<a href="https://ko-fi.com/therealsphyxia" title="Ko-fi">Ko-fi</a>
26+
<a href="https://cash.app/$TheRealSphyxia" title="CashApp">Cash App</a>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)