add(morgan)

This commit is contained in:
2025-01-26 11:52:28 +01:00
parent 007e27fc31
commit ab61f3d4e9
60 changed files with 14303 additions and 0 deletions

16
morgan/404.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
{include="includes"}
</head>
<body>
<div id="pageheader">
{include="page.header"}
<div id="pageError" class="page-error-container center">
<h2>{'Sorry, nothing to see here.'|t}</h2>
<img src="{$asset_path}/img/sad_star.png#" alt="">
<p>{$error_message}</p>
</div>
{include="page.footer"}
</body>
</html>