UNPKG

227 BPlain TextView Raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>{title}</title>
5 <link rel='stylesheet' href='/stylesheets/style.css' />
6 </head>
7 <body>
8 <h1>{message}</h1>
9 <h2>{error.status}</h2>
10 <pre>{error.stack}</pre>
11 </body>
12</html>
13
\No newline at end of file