-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (53 loc) · 1.58 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
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title> shimeji cafe </title>
<link rel="icon" type="image/x-icon" href="mushie.png">
<style>
@font-face {
font-family: "azuki";
src: url(azukiP.ttf);
}
* {
font-family: "azuki";
}
body {
margin: 20px;
color: #c5c9c5;
background-color: #181616;
}
a , li {
font-size: 30px;
color: #c5c9c5;
text-decoration: none;
}
a:hover {
color: #a292a3;
}
p {
font-size: 25px;
}
</style>
</head>
<body>
<h1> shimeji cafe </h1>
<p> largely just private services, if you dont already know me you are probably lost.. feel free to reach out </p>
<img align="left" src="pfp.jpg" width="150" style="border-radius:50%; margin-right: 20px;"/>
<h1> fsnkty . she/they </h1>
<p> idk what to put here..<br> who ever does.. <br> <3 </p>
<h1> contact </h1>
<ul>
<li>matrix: <a href="https://matrix.to/#/@nuko:shimeji.cafe">@nuko:shimeji.cafe</a></li>
<li>email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>github: <a href="https://github.com/fsnkty">fsnkty</a></li>
</ul>
<h1> site dir </h1>
<ul>
<li><a href="https://jelly.shimeji.cafe">jellyfin</a></li>
<li><a href="https://navi.shimeji.cafe">navidrome</a></li>
<li><a href="https://cloud.shimeji.cafe">nextcloud</a></li>
<li><a href="https://komga.shimeji.cafe">komga</a></li>
<li><a href="https://wires.shimeji.cafe">wires</a></li>
</ul>
</body>
</html>