index.html: Added my description and added gitea to services

This commit is contained in:
Sugaryy_ 2023-05-27 14:31:21 +02:00
parent 6852441a91
commit f385391a96
2 changed files with 52 additions and 43 deletions

View file

@ -8,6 +8,7 @@
<title>kemonomimi.gay</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>kemonomimi.gay</h1>
@ -46,7 +47,8 @@
<a href="https://ady.kemonomimi.gay/">ady</a>
</li>
<li>
<a href="https://sugary.kemonomimi.gay/">sugary</a>
<a href="https://sugary.kemonomimi.gay/">sugary</a> - the
FemboyOS queen
</li>
<li><a href="https://werru.kemonomimi.gay/">werru</a></li>
<li>
@ -71,6 +73,13 @@
<br />
<i>Maintained by Yuki</i>
</li>
<li>
<a href="https://gitea.io/">Gitea</a>, a self hosted git
instance
<a href="https://git.kemonomimi.gay/">git.kemonomimi.gay</a>
<br />
<i>Maintained by Yuki</i>
</li>
<li>
<a href="https://arozos.com/">Arozos</a>, a web-based
operating system at

View file

@ -1,42 +1,42 @@
body {
font-family: "IBM Plex Mono", monospace;
color: lightgray;
background: #161616;
display: flex;
flex-direction: column;
align-items: center;
}
a {
font-weight: 600;
color: #f1c21b;
}
a:visited {
color: #ff832b;
}
a:hover {
color: #fddc69;
}
a:active {
color: #fcf4d6;
}
h1#construction {
color: #f1c21b;
}
header {
max-width: 30rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
main {
max-width: 50rem;
}
body {
font-family: "IBM Plex Mono", monospace;
color: lightgray;
background: #161616;
display: flex;
flex-direction: column;
align-items: center;
}
a {
font-weight: 600;
color: #f1c21b;
}
a:visited {
color: #ff832b;
}
a:hover {
color: #fddc69;
}
a:active {
color: #fcf4d6;
}
h1#construction {
color: #f1c21b;
}
header {
max-width: 30rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
main {
max-width: 50rem;
}