Pronouns!
This commit is contained in:
parent
c8f5ec940b
commit
36c9ce6654
3 changed files with 112 additions and 3 deletions
47
static/p/index.html
Normal file
47
static/p/index.html
Normal file
|
@ -0,0 +1,47 @@
|
|||
<!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>
|
||||
<h1>Preferences</h1>
|
||||
<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 related terms</p>
|
||||
<p class="chip like">Dude, Partner</p>
|
||||
<p class="chip silly">Guy, Pardner</p>
|
||||
|
||||
<hr>
|
||||
<h2>This page will be updated over time!</h2>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue