mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
13 lines
No EOL
238 B
HTML
13 lines
No EOL
238 B
HTML
<html>
|
|
<head>
|
|
<title>{error}</title>
|
|
<style>{style}</style>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<h1>{title}</h1>
|
|
<h2><em>500</em> {error}</h2>
|
|
<ul id="stacktrace">{stack}</ul>
|
|
</div>
|
|
</body>
|
|
</html> |