Add templates

This commit is contained in:
Valentin Brandl
2019-04-23 18:19:54 +02:00
parent 07bcc3519e
commit 3990ea0a12
5 changed files with 151 additions and 0 deletions

13
templates/p500.rs.html Normal file
View File

@ -0,0 +1,13 @@
@use super::base;
@(commit: &str, version: &str)
@:base("Internal Server Error - Hits-of-Code Badges", "500 - Internal Server Error", {
<p>
<big>Oops</big>. Looks like a made a mistake. Please go <a href="/">back to the homepage</a> and try again.
</p>
<p>
If you think, this is a bug, please <a href="mailto:mail+hoc@@vbrandl.net">drop me a mail</a>.
</p>
}, commit, version)