mstar-webserver/templates/index.html

117 lines
3.2 KiB
HTML
Raw Normal View History

2024-04-20 13:03:20 +00:00
<!doctype html>
2023-09-18 09:16:48 +00:00
<html lang="en">
2024-04-20 13:03:20 +00:00
<head>
<link rel="stylesheet" href="/static/styles/index.css" />
<meta charset="UTF-8" />
2023-09-18 09:16:48 +00:00
<title>m*</title>
2024-04-20 13:03:20 +00:00
</head>
<body class="add-background">
<div class="center-inner">
<div class="size-to-max-inner-content">
<h1>Welcome to my personal webpage</h1>
<p>
Here you'll be able to find various information about me, including
social network links/names
</p>
<h3>Some information about me</h3>
<table>
<tr>
<td>Pronouns</td>
<td>She/Her</td>
</tr>
<tr>
<td>Egg cracked</td>
<td>Jan/Feb 2023</td>
</tr>
<tr>
<td>Lang</td>
<td>German, English</td>
</tr>
</table>
<br />
<h3>You can find me on:</h3>
<table>
<tr>
<th>Service</th>
<th>Link/Username</th>
</tr>
<tr>
<td>Fedi</td>
<td>
<a rel="me" href="https://woem.men/@mstar"
>https://woem.men/@mstar</a
>
</td>
</tr>
<tr>
<td>Discord</td>
<td>
<p>m_star</p>
</td>
</tr>
<tr>
<td>Pronouns page</td>
<td>
<a href="https://en.pronouns.page/@m_evil"
>https://en.pronouns.page/@m_evil</a
>
</td>
</tr>
<tr>
<td>Gitlab</td>
<td>
<a href="https://gitlab.com/mstarongitlab"
>https://gitlab.com/mstarongitlab</a
>
</td>
</tr>
<tr>
<td>Github</td>
<td>
<a href="https://github.com/mstarongithub/"
>https://github.com/mstarongithub/</a
>
</td>
</tr>
<tr>
<td>Twitch</td>
<td>
<a href="https://twitch.tv/mstarontwitch"
>https://twitch.tv/mstarontwitch</a
>
</td>
</tr>
<tr>
<td>Youtube</td>
<td>
<a href="https://www.youtube.com/channel/UC-LklY_wt004i_30xcVohbg"
>https://www.youtube.com/channel/UC-LklY_wt004i_30xcVohbg</a
>
</td>
</tr>
<tr>
<!-- Rickroll -->
<td>Twitter</td>
<td>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">https://twitter.com/mstar</a>
</td>
</tr>
</table>
<ul>
<li><a href="https://foxgirls.love/web">Fren Erika</a></li>
<li><a href="https://linktr.ee/akijam">Fren Aki</a></li>
</ul>
<hr />
<p>Todo: Add proper styling</p>
</div>
</div>
<footer>
<p>Contact: <a href="mailto:me@mstar.dev">me@mstar.dev</> (<a href="/static/files/other/publickey.me@mstar.dev-27fcaabd3022acff023e6e2a053a2d9af0f03260.asc">Public PGP key</a>)</p>
<p>Last updated: 20.04.2024</p>
<p>Privacy notice: This webserver stores no information</p>
</footer>
</body>
</html>