tabler-ui
Version:
Premium and Open Source dashboard template with responsive and high quality UI. For Free!
8 lines (7 loc) • 411 B
HTML
{% assign error = site.data.errors[include.error] %}
<div class="display-3 text-primary mb-5"><i class="si si-exclamation"></i> {{ error.name }}</div>
<h1 class="h2 mb-3">Oops.. You just found an error page..</h1>
<p class="h4 text-muted font-weight-normal mb-7">{{ error.description }}…</p>
<a class="btn btn-primary" href="javascript:history.back()">
<i class="fe fe-arrow-left mr-2"></i>Go back
</a>