use absolute path (#2679)
This commit is contained in:
parent
4a1c1e34ef
commit
1c4243ea57
@ -37,12 +37,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Error - OpenRefine</title>
|
||||
<link rel="icon" type="image/png" href="images/favicon.png">
|
||||
<link rel="stylesheet" href="styles/common.less" />
|
||||
<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="OpenRefine" src="images/logo-openrefine-550.png" height="29" /></a>
|
||||
<a id="app-home-button" href="/"><img alt="OpenRefine" src="/images/logo-openrefine-550.png" height="29" /></a>
|
||||
</div>
|
||||
<div id="body-info">
|
||||
<h1>Something went wrong!</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user