azerothcore-armory/static/error.hbs
2022-03-05 15:45:16 +01:00

16 lines
447 B
Handlebars

<div class="container">
<div class="columns is-vcentered">
<div class="column has-text-centered">
<h1 class="title is-size-2">{{name}} ({{status}})</h1>
<p class="subtitle">{{description}}</p>
<p>
Request ID:
<code>{{reqId}}</code>
</p>
<br>
<a class="button is-info" href="/">Back to Armory</a>
<a class="button is-info" href="{{websiteUrl}}" target="_parent">{{websiteName}} Homepage</a>
</div>
</div>
</div>