mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 01:46:57 +08:00
21 lines
392 B
Plaintext
21 lines
392 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Error</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<pre><%= message %></pre>
|
|
|
|
<pre><%= error.stack %></pre>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|