bulletboards/ImageBoardServerApp/Pages/Rules.razor

28 lines
434 B
Text
Raw Normal View History

2023-01-18 12:56:24 +00:00
@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>
2023-01-18 12:56:24 +00:00
@code {
}