mlmym/templates/nsfw.html
2023-07-05 14:05:32 -04:00

10 lines
401 B
HTML

<form method="POST" class="nsfw">
<div>18+</div>
<h3>You must be 18+ to view this community</h3>
<p>You must be at least eighteen years old to view this content. Are you over eighteen and willing to see adult content?</p>
<input type="submit" name="submit" value="no thank you"> <input type="submit" name="submit" value="continue">
<input type="hidden" name="op" value="shownsfw">
</form>