bulletboards/ImageBoardServerApp/Shared/Components/Forms/FormInfo.razor
limited_dev ee9219b9ac feat: increased max img size
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
2023-06-08 23:32:57 +02:00

13 lines
No EOL
348 B
Text

<div class="notesInfo">
<span>The max. image size is 4MiB.</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>