22 lines
742 B
Smarty
22 lines
742 B
Smarty
<div class="container">
|
|
<div class="text-center p-5">
|
|
|
|
<i class="fas fa-exclamation-circle display-1 font-weight-bold text-primary"></i>
|
|
<h1 class="display-1 font-weight-bold text-primary line-height-reduced mb-5">
|
|
{lang key="errorPage.404.title"}
|
|
</h1>
|
|
<h3>{lang key="errorPage.404.subtitle"}</h3>
|
|
<p>{lang key="errorPage.404.description"}</p>
|
|
|
|
<div class="buttons">
|
|
<a href="{$systemurl}" class="btn btn-primary px-4">
|
|
{lang key="errorPage.404.home"}
|
|
</a>
|
|
<a href="{$systemurl}contact.php" class="btn btn-info px-4">
|
|
{lang key="errorPage.404.submitTicket"}
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|