HTLM5 Website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
644 B

{{ define "main" }}
{{ "<!-- 404 page -->" | safeHTML }}
<section class="page-404" style="background-image: url('{{ `images/background/404-page.jpg` | absURL }}');">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="text-white font-weight-bold mb-2">Well, This Is Embarrassing, Right!</h1>
<h4 class="text-white mb-40">The Page You Are Searching For Does Not Exists.</h4>
<a href="{{ site.BaseURL | relLangURL }}" class="btn btn-primary"> <i class="ti-angle-double-left"></i> Back To Home</a>
</div>
</div>
</div>
</section>
{{ "<!-- /404 page -->" | safeHTML }}
{{ end }}