bulletboards/ImageBoardServerApp/Shared/Components/Forms/FormInfo.razor

13 lines
340 B
Text
Raw Normal View History

<div class="notesInfo">
<span>The max. image size is 2MiB.</span>
<br/>
<span>Supported file types are: jpeg, png & gif</span>
<br/>
<div>
<span>Read the </span>
<a href="/rules">rules</a>
<span> and </span>
<a href="/faq">faq</a>
<span> before posting</span>
</div>
</div>