bulletboards/ImageBoardServerApp/Pages/Rules.razor
Albuswolvrick c68f4e4e8f the rules are in a list
the list is on the right
nothing else in this comit
2023-01-21 14:19:51 +01:00

19 lines
No EOL
341 B
Text

@page "/rules"
<div class="rules_headline">
<h3>Rules</h3>
</div>
<ul type="1" class="rules_list">
<li>nudes are forbidden!</li>
<li>nacket pictures are forbidden!</li>
<li>no political statements!</li>
<li>Trees are nice!</li>
<li>Cats are nice!</li>
<li>Be mentely Unstable!:-)</li>
</ul>
@code {
}