22 lines
815 B
HTML
22 lines
815 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>fern</title>
|
|
<meta charset="utf-8"/>
|
|
<link rel="stylesheet" href="/css/index.css?v20220326">
|
|
<link rel="icon" type="image/x-icon" href="/images/favicon.png"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="center">
|
|
<p class="name"><img src="/images/name.svg" alt="fern"></p>
|
|
<p>
|
|
<a class="socials" href="https://git.fern.garden/fern"><img src="/images/git.svg" alt="gitea"></a>
|
|
<a class="socials" href="mailto:mail@fern.garden"><img src="/images/at.svg" alt="email"></a>
|
|
<a class="socials" href="https://catcatnya.com/@fern"><img src="/images/mastodon.svg" alt="mastodon"></a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|