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