Files
FOFTickets/views/error.ejs

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>