csvxml/public/errorPage.htm
Joshua Ramon Enslin 38bb26c2be
Use absolute file paths on errorPage
This way, the error page still looks okay if accessed from a
subdirectory.
2022-03-28 15:46:21 +02:00

24 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html id="errorPage">
<head>
<meta charset="UTF-8">
<title>Log in :: Translations :: museum-digital</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="description" content="Validate import CSV files for museum-digital" />
<link rel="stylesheet" type="text/css" href="/assets/css/csvxml.min.css" />
<link rel="shortcut icon" sizes="128x128" href="/assets/img/mdlogo-csvxml.svg" />
<meta name="theme-color" content="#aa4400" />
<meta name="robots" content="noindex" />
</head>
<body>
<h1>
<img src="/assets/img/mdlogo-csvxml.svg" alt="" />
<span>museum-digital:csvxml</span>
</h1>
<h2>Error!</h2>
<p>There's nothing here, unfortunately. To go back, you can click <a href="/">here</a>.</p>
</body>
</html>