hallo dies sind meine changes

This commit is contained in:
Albuswolvrick 2023-01-18 14:49:53 +01:00
parent c27edec2ca
commit 4aec0f7cf0
5 changed files with 18 additions and 4 deletions

View file

@ -6,6 +6,8 @@
<NotFound>
<PageTitle>Not found</PageTitle>
<LayoutView Layout="@typeof(MainLayout)">
<h3>404</h3>
<img src="static/1.jpeg" alt="noimageFound"/>
<p role="alert">Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>

View file

@ -17,4 +17,8 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\static" />
</ItemGroup>
</Project>

View file

@ -2,11 +2,15 @@
@using ImageBoardServerApp.Data
@using ImageBoardServerApp.Data.Repository
<h3>@board.Topic Board</h3>
<PageTitle>/@board.Tag/ - @board.Topic - BulletBoard</PageTitle>
<PostForm board="@board"/>
<div class="boardHeader">
<h3>@board.Topic Board</h3>
<PostForm board="@board"/>
<PageFooter/>
</div>
<br/>
<br/>
@ -23,7 +27,7 @@
<hr/>
}
}
<PageFooter/>
<!--Admin -->
<!--Moderator -->

View file

@ -0,0 +1,4 @@
.boardHeader{
text-align: center;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB