14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Error</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<%- include('partials/nav') %>
|
|
<div class="content">
|
|
An error has occurred.
|
|
</div>
|
|
</body>
|
|
</html>
|