This way, the error page still looks okay if accessed from a subdirectory.
		
			
				
	
	
		
			24 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			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>
 |