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

13 lines
No EOL
348 B
Text

<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="/sys/rules">rules</a>
<span> and </span>
<a href="/sys/faq">faq</a>
<span> before posting</span>
</div>
</div>