1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:39:28 +00:00
Files
stratos/views/pages/error.ejs
2022-01-24 01:23:38 +00:00

13 lines
230 B
Plaintext

<!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>