mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:39:28 +00:00
13 lines
230 B
Plaintext
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>
|