Files

15 lines
260 B
Plaintext
Raw Permalink Normal View History

2024-12-05 13:05:35 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<link rel="stylesheet" href="styles.css">
2024-12-05 13:05:35 -05:00
</head>
<body>
<%- include('partials/nav') %>
<div class="content">
An error has occurred.
<%=message%>
</div>
2024-12-05 13:05:35 -05:00
</body>
</html>