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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Commands-Creator/views/error.hbs

8 lines
224 B

<div class="card">
<div class="card-header"><h1>{{message}}</h1></div>
<div class="card-body">
<h2 class="bg-light">{{error.status}}</h2>
<pre class="bg-light">{{error.stack}}</pre>
</div>
</div>