mirror of
https://github.com/Noratrieb/hood-bdsm-test.git
synced 2026-01-14 19:55:05 +01:00
57 lines
No EOL
2.4 KiB
HTML
57 lines
No EOL
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="title" content="Hood BDSM Test">
|
|
<meta name="description" content="it was definitly not a typo">
|
|
<title>Hood BDSM Test</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="centered">
|
|
<h1>Good BDSM Test</h1>
|
|
<p>The best BDSM Test on the internet. Find your favourite kink here.</p>
|
|
<div id="start">
|
|
<p>Click here to start the test</p>
|
|
<button onclick="start()">Start the test</button>
|
|
</div>
|
|
<div id="selection" class="hide">
|
|
<p>Select what you like most</p>
|
|
<button onclick="selection(this)">Asexual</button>
|
|
<button onclick="selection(this)">Vanilla</button>
|
|
<button onclick="selection(this)">Switch</button>
|
|
<button onclick="selection(this)">Non-monogamist</button>
|
|
<button onclick="selection(this)">Submissive</button>
|
|
<button onclick="selection(this)">Dominant</button>
|
|
<button onclick="selection(this)">Exhibitionist</button>
|
|
<button onclick="selection(this)">Experimentalist</button>
|
|
<button onclick="selection(this)">Rigger</button>
|
|
<button onclick="selection(this)">Owner</button>
|
|
<button onclick="selection(this)">Voyeur</button>
|
|
<button onclick="selection(this)">Sadist</button>
|
|
<button onclick="selection(this)">Primal (Hunter)</button>
|
|
<button onclick="selection(this)">Brat tamer</button>
|
|
<button onclick="selection(this)">Master/Mistress</button>
|
|
<button onclick="selection(this)">Rope bunny</button>
|
|
<button onclick="selection(this)">Degrader</button>
|
|
<button onclick="selection(this)">Daddy/Mommy</button>
|
|
<button onclick="selection(this)">Brat</button>
|
|
<button onclick="selection(this)">Pet</button>
|
|
<button onclick="selection(this)">Primal (Prey)</button>
|
|
<button onclick="selection(this)">Masochist</button>
|
|
<button onclick="selection(this)">Slave</button>
|
|
<button onclick="selection(this)">Boy/Girl</button>
|
|
<button onclick="selection(this)">Degradee</button>
|
|
<button onclick="selection(this)">Ageplayer</button>
|
|
</div>
|
|
<div id="result" class="hide">
|
|
<p>Your result is:</p>
|
|
<p><b id="result-text"></b></p>
|
|
<br/>
|
|
<p>Don't like your result?</p>
|
|
<button onclick="restart()">Try again</button>
|
|
</div>
|
|
</div>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html> |