bulletboards/ImageBoardServerApp/Pages/Rules.razor

19 lines
551 B
Text
Raw Normal View History

2023-01-18 12:56:24 +00:00
@page "/rules"
<div class="rules_headline">
<h3>Rules</h3>
</div>
<ul type="1" class="rules_list">
2023-01-25 12:52:51 +00:00
<li>You may not post NSFW / NSFL on this platform.</li>
<li>You may not post political content on this platform.</li>
<li>You may not plan or participate in "raids" on this platform.</li>
<li>You have to be atleast 18 years old to post.</li>
<li>You may not post through VPNs, Proxies or the TOR network.</li>
<li>You may not post posts, which are not of the same topic as the target board.</li>
</ul>
2023-01-18 12:56:24 +00:00
@code {
}