15 lines
588 B
Markdown
15 lines
588 B
Markdown
---
|
|
layout: base.njk
|
|
title: horny check
|
|
permalink: /first-time-horny/
|
|
---
|
|
<script src="/first-time.js"></script>
|
|
|
|
You've requested a page that might have something horny on it. Something R-18. Something not safe for work, even. It's probably just cartoon boobs.
|
|
|
|
Are you AN ADULT and you WANT TO SEE THAT?
|
|
|
|
<button onclick="firstTime.grant('horny')">Yes, I'm an adult and I want to see that.</button>
|
|
<button onclick="firstTime.leave()">No thanks, get me out of here.</button>
|
|
|
|
<button onclick="localStorage.removeItem('first-time-horny'); firstTime.leave()">Clear this setting.</button>
|