otwarchive-symphonyarchive/app/views/home/content.html.erb
2026-03-11 22:22:11 +00:00

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-->