domain/interacting.html
2025-03-19 10:29:21 -05:00

56 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="strongsand" />
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>interacting | strongsand's domain</title>
<link rel="preload" href="stylesheet.css" as="style" />
<link rel="stylesheet" href="stylesheet.css" />
<!-- Figure out a way to fetch this font asynchronously -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
</head>
<body>
<a rel="me" href="https://booping.synth.download/@strongsand"></a>
<div class="navbar"><nav>
<a href="index.html">home</a>
<a href="about.html">about</a>
<a href="links.html">links</a>
<b>interacting</b>
</nav></div>
<br><hr>
<header><h1>interacting with me</h1></header>
<main>
<h2>pronouns</h2>
<p>
i go by <b>it/its</b>. this makes some people uncomfortable, so if you don't like that, i prefer <b>he/him</b>. but i don't mind being called anything (they/them, she/her, nepronouns, etc.) as long as i know you're talking to me.
</p>
<h2>i am a minor</h2>
<p>
please keep in mind my age when talking to me. use your common sense and don't be lewd.
</p>
<h2>i am not human</h2>
<p>
i idenitfy as otherkin. i don't really care how much you respect that but please don't refer to me as "human." calling me a person is okay.
</p>
<!-- <h2>compliments</h2>
<p2>
</p2> -->
</main>
</body>
</html>