1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 02:14:26 +04:00
Files
tabler/_includes/page-error.html
2018-02-19 20:17:04 +01:00

8 lines
394 B
HTML

{% assign error = site.data.errors[include.error] %}
<div class="display-1 text-danger mb-5"><i class="si si-exclamation"></i> {{ error.name }}</div>
<h1 class="h1 mb-3">Oops.. You just found an error page..</h1>
<h2 class="h4 text-muted mb-7">{{ error.description }}&hellip;</h2>
<a class="btn btn-primary" href="javascript:history.back()">
<i class="si si-arrow-left mr-2"></i> Go back
</a>