bulletboards/ImageBoardServerApp/Pages/Rules.razor
Albuswolvrick a866fc9a50 Edit the rules
problemce faced the rules are not good readeble. they are in one lign and not undereach other and the text sice have to be adeded
2023-01-19 20:56:40 +01:00

28 lines
No EOL
434 B
Text

@page "/rules"
<div class="rules_headline">
<h3>Rules</h3>
</div>
<div class="rules_text">
<text>
nudes are forbiden!
</text>
<text>
nacket pictures are Forbiden!
</text>
<text>
no political statments!
</text>
<text>
Trees are nice!
</text>
<text>
Cats are nice!
</text>
<text>
Be mentely Unstable!:-)
</text>
</div>
@code {
}