55 lines
2 KiB
HTML
55 lines
2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>About | Freed's place</title>
|
|
<link rel="stylesheet" href="/assets/style.css">
|
|
<link rel="stylesheet" href="/assets/mobile.css">
|
|
<link rel="icon" type="image/x-icon" href="/assets/img/logo.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
</head>
|
|
<body>
|
|
<div class="box menu">
|
|
<div class="name"><p>Freed's place</p></div>
|
|
<div class="index">
|
|
<p>
|
|
<a href="/">Home</a> |
|
|
<a href="/about">About</a> |
|
|
<a href="/contact">Contact</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box content">
|
|
<div class="item center">
|
|
<img src="/assets/img/about.png" class="img circle">
|
|
</div>
|
|
<div class="item">
|
|
<h1>the one, the only fops</h1>
|
|
<p>This is Bo, a little creature who mainly loves experimenting on computers, learning new and random facts and yapping nonsense. When looking at Bo then you'll quickly notice that her gender is pretty vague, their sexuality definitely not hetro and her personality all over the place. This has a couple of reasonings; she labels her gender as just simply "genderless" and they go by she/they pronouns, they're pansexual and their personality is, in general, sweet yet a bit menacing. They ask you to respect any boundaries they might set and to not be afraid to send a DM!</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box content invert">
|
|
<div class="item center">
|
|
<img src="/assets/img/about.png" class="img circle">
|
|
</div>
|
|
<div class="item">
|
|
<h1>Placeholder</h1>
|
|
<p>Another placeholder</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box footer">
|
|
<div class="info">
|
|
<p>Freed's place</p>
|
|
</div>
|
|
<div class="copyright">
|
|
<p>Copyright (c) 2022-2025 FreedTapestry21</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|