Files
woodburn/templates/500.html
Nathan Woodburn d39fc7a4b6
All checks were successful
Build Docker / BuildImage (push) Successful in 53s
Check Code Quality / RuffCheck (push) Successful in 1m3s
feat: Add Umami js
2026-03-23 19:33:57 +11:00

23 lines
718 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Woodburn/</title>
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/500.css">
<script defer src="https://umami.woodburn.au/script.js" data-website-id="6dbfb2ba-48f6-4758-988f-4fab40645d34"></script>
</head>
<body>
<div class="spacer"></div>
<div class="centre">
<h1>500 | Internal Server Error</h1>
<p>Sorry, something went wrong on our end.</p>
<p class="code">{{ message }}</p>
<p><a href="/">Go back to the homepage</a></p>
</div>
</body>
</html>