Second pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:24:05 +10:00
parent aa25e9347f
commit b6fc94ff0f
923 changed files with 243184 additions and 0 deletions

19
site/articles/error.html Normal file
View File

@ -0,0 +1,19 @@
<%set error_message = $error~%>
<%set error = ''~%>
<html>
<head>
<title><%site_title%>: Error</title>
<%include include_common_head.html%>
</head>
<body id="error">
<h2>Error</h2>
<p>
Oops, we had the following problem:
</p>
<p>
<%error_message%>
</p>
</body>
</html>