mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 17:55:32 +00:00
Moved unused code into Achive
This commit is contained in:
22
Archive/HaLive/Pages/Error.cshtml
Normal file
22
Archive/HaLive/Pages/Error.cshtml
Normal 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>
|
||||
Reference in New Issue
Block a user