spb/spbgit Public MIT
SPB Git — the platform hosting itself
JavaScript 73.9%
CSS 11.7%
Nunjucks 11.6%
Shell 2.7%
1{#2 ─────────────────────────────────────────────3 SPB Git — Personal Git Platform4 ─────────────────────────────────────────────5 Author : Simon-Pierre Boucher6 Contact : contact@spboucher.ai7 File : src/web/views/error.njk8 Purpose : Custom 404 / 500 pages9 License : MIT © Simon-Pierre Boucher10 ─────────────────────────────────────────────11#}{% extends "layout.njk" %}12{% block content %}13<div class="error-page">14 <div class="error-code">{{ status }}</div>15 <p class="error-message">{{ message }}</p>16 <pre class="error-art"> git checkout --orphan reality17 fatal: reference is not a tree</pre>18 <a class="btn btn-primary" href="/">Back to the repositories</a>19</div>20{% endblock %}21