bulletboards/ImageBoardServerApp/Pages/Index.razor

9 lines
112 B
Text
Raw Normal View History

2023-01-18 12:56:24 +00:00
@page "/"
<h1>BulletBoard</h1>
<div>
This is a simple Imageboard made in Razor.
</div>
<div>
</div>