-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
27 lines (27 loc) · 1.32 KB
/
about.html
File metadata and controls
27 lines (27 loc) · 1.32 KB
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
<!DOCTYPE html>
<head>
<meta charSet="utf-8"/>
<!-- <link rel="preload" as="image" href="./meowguard.png"/> -->
<link rel="stylesheet" href="/index.css"/>
<link rel="icon" href="/favicon.ico" sizes="32x32"/>
<title>Who even is Lycanea?</title>
</head>
<body>
<div style="display:block;background-color:rgba(0, 0, 0, 0.5);padding:5px;margin:5px;border-radius:15px;text-align:left;backdrop-filter:blur(4px)">
<a style="margin:5px" class="toplink" href="/">Home</a>
<a style="margin:5px" class="toplink" href="/blog">Blog</a>
<a style="margin:5px" class="toplink" href="/about">Who is lycanea?</a>
</div>
<main>
<ul>
<div class="mainBody">
<p>i would say this section is empty cause of site rewrite but uhh...</p>
<p>it was also empty before</p>
<p>ill just put like our... <a class="link" style="color:rgb(199, 138, 255)" href="https://en.pronouns.page/@lycanea">pronouns.page</a> here for now</p>
<p>oh and @lycanea on discord and @lycanea.07 on signal (come message us pwease :3)</p>
<p>general email: lycanea@lycanea.dev (send us anything :3)</p>
<p>you can also send specific alters emails :3 (e.g callie@lycanea.dev)</p>
</div>
</ul>
</main>
</body>