Initial replacement of old repository.

This commit is contained in:
Simon Martens
2021-09-15 13:31:10 +02:00
commit 3125edf027
222 changed files with 582725 additions and 0 deletions

22
HaLive/Pages/Error.cshtml Normal file
View File

@@ -0,0 +1,22 @@
@page
@model ErrorModel
@{
ViewData["Title"] = "Error";
}
<div class="mainhead row no-gutters">
<div class="col">
<div class="widehead">
<div class="flexcol">
<div class="flexrow" style="margin-bottom:-30px; align-items: last baseline;">
<div class="heading is-active">
Fehler
</div>
</div>
<div class="alphabet is-active">
Die angeforderte Seite konnte nicht gefunden werden.
</div>
</div>
</div>
</div>
</div>