Add templates
This commit is contained in:
13
templates/p404.rs.html
Normal file
13
templates/p404.rs.html
Normal file
@@ -0,0 +1,13 @@
|
||||
@use super::base;
|
||||
|
||||
@(commit: &str, version: &str)
|
||||
|
||||
@:base("Page not Found - Hits-of-Code Badges", "404 - Page not Found", {
|
||||
<p>
|
||||
<big>Sorry</big>. I couldn't find the page you are looking for. Please go <a href="/">back to the homepage</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you think, this is a mistake on my side, please <a href="mailto:mail+hoc@@vbrandl.net">drop me a mail</a>.
|
||||
</p>
|
||||
}, commit, version)
|
Reference in New Issue
Block a user