mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 07:19:29 +00:00
Added error page and handling
This commit is contained in:
12
views/pages/error.ejs
Normal file
12
views/pages/error.ejs
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<%- include('../partials/head', { title: 'Stratos - Error' }) %>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Error</h1>
|
||||
|
||||
<span class='code'><%= code %></span>
|
||||
<span class='msg'><%= msg %></span>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user