Add custom HTML page for an error page
phpcs-errors:0 phpunit-status:successful phpstan-errors:1
This commit is contained in:
parent
4939f2033a
commit
79a1c15c04
24
public/errorPage.htm
Normal file
24
public/errorPage.htm
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!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="stylesheet" type="text/css" href="assets/css/mdTranslation.css" />
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user