hallo dies sind meine changes
This commit is contained in:
parent
c27edec2ca
commit
4aec0f7cf0
5 changed files with 18 additions and 4 deletions
|
@ -6,6 +6,8 @@
|
||||||
<NotFound>
|
<NotFound>
|
||||||
<PageTitle>Not found</PageTitle>
|
<PageTitle>Not found</PageTitle>
|
||||||
<LayoutView Layout="@typeof(MainLayout)">
|
<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>
|
<p role="alert">Sorry, there's nothing at this address.</p>
|
||||||
</LayoutView>
|
</LayoutView>
|
||||||
</NotFound>
|
</NotFound>
|
||||||
|
|
|
@ -17,4 +17,8 @@
|
||||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="wwwroot\static" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -2,11 +2,15 @@
|
||||||
@using ImageBoardServerApp.Data
|
@using ImageBoardServerApp.Data
|
||||||
@using ImageBoardServerApp.Data.Repository
|
@using ImageBoardServerApp.Data.Repository
|
||||||
|
|
||||||
<h3>@board.Topic Board</h3>
|
|
||||||
|
|
||||||
<PageTitle>/@board.Tag/ - @board.Topic - BulletBoard</PageTitle>
|
<PageTitle>/@board.Tag/ - @board.Topic - BulletBoard</PageTitle>
|
||||||
|
|
||||||
|
<div class="boardHeader">
|
||||||
|
<h3>@board.Topic Board</h3>
|
||||||
<PostForm board="@board"/>
|
<PostForm board="@board"/>
|
||||||
|
<PageFooter/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
@ -23,7 +27,7 @@
|
||||||
<hr/>
|
<hr/>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<PageFooter/>
|
|
||||||
|
|
||||||
<!--Admin -->
|
<!--Admin -->
|
||||||
<!--Moderator -->
|
<!--Moderator -->
|
||||||
|
|
4
ImageBoardServerApp/Shared/Components/Board.razor.css
Normal file
4
ImageBoardServerApp/Shared/Components/Board.razor.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.boardHeader{
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
BIN
ImageBoardServerApp/wwwroot/static/1.jpeg
Normal file
BIN
ImageBoardServerApp/wwwroot/static/1.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Loading…
Reference in a new issue