Add template for “something strange has happened.”
[Sone.git] / src / main / resources / templates / invalid.html
diff --git a/src/main/resources/templates/invalid.html b/src/main/resources/templates/invalid.html
new file mode 100644 (file)
index 0000000..d838134
--- /dev/null
@@ -0,0 +1,7 @@
+<%include include/head.html>
+
+       <h1><%= Page.Invalid.Page.Title|l10n|html></h1>
+
+       <p><%= Page.Invalid.Text|l10n|html|replace needle="{link}" replacement='<a href="index.html">'|replace needle="{/link}" replacement='</a>'></p>
+
+<%include include/tail.html>