RandomSec/main/webapp/modules/core/error.vt

20 lines
575 B
Plaintext
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error - Google Refine</title>
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="/styles/common.less" />
</head>
<body>
<div id="header">
<a id="app-home-button" href="/"><img alt="Google Refine" src="/images/logo-googlerefine-30.png" width="129" height="29" /></a>
</div>
<div id="body-info">
<h1>Something went wrong!</h1>
<h2>$message:</h2>
<pre class="errorstack">$stack</pre>
</div>
</body>
</html>