Files
FOFTickets/views/error.ejs

10 lines
131 B
Plaintext
Raw Normal View History

2024-12-05 13:05:35 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Error Page</title>
</head>
<body>
<h1>Some kind of error</h1>
</body>
</html>