diff options
Diffstat (limited to 'theme/admin/html/404.php')
-rw-r--r-- | theme/admin/html/404.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/admin/html/404.php b/theme/admin/html/404.php index d53d1bc..7fb06d8 100644 --- a/theme/admin/html/404.php +++ b/theme/admin/html/404.php @@ -1,2 +1,4 @@ +<main id="main-content"> <h1><i class="fa fa-exclamation-triangle"></i><?=$Language->text('404_heading_text')?></h1> <p><?=$Language->text('404_heading_desc')?></p> +</main> |