Made error page look more fancy

This commit is contained in:
Esther
2020-06-22 17:42:04 +01:00
parent 88128de110
commit 58c9e84f78
2 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
$(document).ready(function () {
var eCode = $("#error-code h2").text();
$(document).attr("title", "ESTR // " + eCode);
});