2020-07-14 10:31:09 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>An error occured</title>
|
|
|
|
<meta http-equiv="Content-Security-Policy"
|
2021-05-25 12:14:52 +02:00
|
|
|
content="style-src 'self' 'unsafe-inline'; font-src 'self'; script-src 'self'">
|
2020-07-14 10:31:09 +02:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/layout.css">
|
|
|
|
<link rel="stylesheet" href="css/error.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1>Oops</h1>
|
2020-07-16 18:10:33 +02:00
|
|
|
<p>A connection error has occurred.</p>
|
2020-07-14 10:31:09 +02:00
|
|
|
<p>Please check your internet connection and this service's URL.</p>
|
|
|
|
<p>If you can load the actual URL in your favorite web browser, please file us a bug report.</p>
|
|
|
|
</body>
|
|
|
|
</html>
|