23 lines
779 B
Text
23 lines
779 B
Text
<!--Descriptive page name, messages and instructions-->
|
|
<h2 class="heading"><%= t(".page_heading") %></h2>
|
|
<!--/descriptions-->
|
|
|
|
<!--subnav-->
|
|
<h3 class="landmark heading"><%= t("a11y.navigation") %></h3>
|
|
<%= render "tos_navigation" %>
|
|
<!--/subnav-->
|
|
|
|
<!--main content-->
|
|
<h3 class="landmark heading"><%= t(".page_content_landmark") %></h3>
|
|
<div id="content" class="userstuff">
|
|
Everything is allowed with the following exceptions:
|
|
<br><br>
|
|
-Explicit content of real minors, e.g. RPF smut, in any form.
|
|
<br>-Art of underage sex that is photorealistic or near-photorealistic.
|
|
<br>-AI generated content of any kind. </div>
|
|
<!--/content-->
|
|
|
|
<!--subnav-->
|
|
<h3 class="landmark heading"><%= t("a11y.navigation") %></h3>
|
|
<%= render "tos_navigation", top_link: true %>
|
|
<!--/subnav-->
|