Update custom-error-page.html

This commit is contained in:
Johannes Siipola
2022-01-08 21:45:54 +02:00
committed by GitHub
parent fa4b72e005
commit 07041ec785

View File

@@ -8,7 +8,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<title> <!--# echo var="status" default="" --> &ndash; <!--# echo var="status_text" default="Something went wrong" --> </title> <title> <!--# echo var="status" default="" --> &ndash; <!--# echo var="status_text" default="Something went wrong" --> </title>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./custom-error-page.css" /> <link rel="stylesheet" href="/custom-error-page.css" />
</head> </head>
<body> <body>