Oh my god I am so stupid (I am kbity :3)
This commit is contained in:
parent
653e403d32
commit
ee560b0ad9
6 changed files with 63 additions and 8 deletions
59
static/pronouns/index.html
Normal file
59
static/pronouns/index.html
Normal file
|
@ -0,0 +1,59 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Pronouns - Violet's Purgatory</title>
|
||||
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!-- Yet again I would like to apologize for the absolutely atrocious code !! -->
|
||||
|
||||
<br>
|
||||
<p class="chip"><a href="/">Home</a></p>
|
||||
<h1>Preferences</h1>
|
||||
<div class="fadediv">
|
||||
<p class="chip love">Love</p>
|
||||
<p class="chip like">Like</p>
|
||||
<p class="chip silly">Fine if used Silly/Jokingly</p>
|
||||
<p class="chip fine">Neutral</p>
|
||||
<p class="chip hate">Hate</p>
|
||||
<hr>
|
||||
|
||||
<h1>Names</h1>
|
||||
<p class="chip love">Violet, Vivi, Vi, V</p>
|
||||
<p class="chip like">Purple</p>
|
||||
<p class="chip silly">Purple guy</p>
|
||||
<hr>
|
||||
|
||||
<h1>Pronouns</h1>
|
||||
<p class="chip love">They/Them</p>
|
||||
<p class="chip like">She/Her</p>
|
||||
<p class="chip fine">Other</p>
|
||||
<p class="chip hate">He/Him</p>
|
||||
<hr>
|
||||
|
||||
<h1>Words</h1>
|
||||
<h2>Honorifics</h2>
|
||||
<p class="chip like">Mrs/Ms, Miss, Ma'am</p>
|
||||
<p class="chip silly">Sir, Mr</p>
|
||||
<p class="chip fine">Mx</p>
|
||||
|
||||
<h2>Other words</h2>
|
||||
<p class="chip love">Any silly Enby/Slime/Moth related terms</p>
|
||||
<p class="chip like">Dude, Partner, Bro</p>
|
||||
<p class="chip silly">Guy, Pardner</p>
|
||||
|
||||
<hr>
|
||||
<h2>This page will be updated over time!</h2>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue