Updated resource links on error pages for support with user webpages on subcon.town.

This commit is contained in:
Fristi 2022-01-04 19:13:43 +01:00
parent 134dba362e
commit ded79aae8e
No known key found for this signature in database
GPG key ID: A7451474B7F0D49B
5 changed files with 20 additions and 20 deletions

View file

@ -4,17 +4,17 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Subcon Town - 401</title> <title>Subcon Town - 401</title>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_16.png" sizes="16x16"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_16.png" sizes="16x16"/>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_32.png" sizes="32x32"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_32.png" sizes="32x32"/>
<link href="style_errors.css?v=1.0.0" rel="stylesheet"/> <link href="/style_errors.css?v=1.0.0" rel="stylesheet"/>
</head> </head>
<body> <body>
<div class="background"></div> <div class="background"></div>
<header> <header>
<img src="assets/subcon/cloud_64.png" alt="logo"/> <img src="/assets/subcon/cloud_64.png" alt="logo"/>
</header> </header>
<main> <main>
<h1>You are not authorized to access that page.</h1> <h1>You are not authorized to access that page.</h1>

View file

@ -4,17 +4,17 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Subcon Town - 404</title> <title>Subcon Town - 404</title>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_16.png" sizes="16x16"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_16.png" sizes="16x16"/>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_32.png" sizes="32x32"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_32.png" sizes="32x32"/>
<link href="style_errors.css?v=1.0.0" rel="stylesheet"/> <link href="/style_errors.css?v=1.0.0" rel="stylesheet"/>
</head> </head>
<body> <body>
<div class="background"></div> <div class="background"></div>
<header> <header>
<img src="assets/subcon/cloud_64.png" alt="logo"/> <img src="/assets/subcon/cloud_64.png" alt="logo"/>
</header> </header>
<main> <main>
<h1>That page does not exist.</h1> <h1>That page does not exist.</h1>

View file

@ -4,17 +4,17 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Subcon Town - 410</title> <title>Subcon Town - 410</title>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_16.png" sizes="16x16"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_16.png" sizes="16x16"/>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_32.png" sizes="32x32"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_32.png" sizes="32x32"/>
<link href="style_errors.css?v=1.0.0" rel="stylesheet"/> <link href="/style_errors.css?v=1.0.0" rel="stylesheet"/>
</head> </head>
<body> <body>
<div class="background"></div> <div class="background"></div>
<header> <header>
<img src="assets/subcon/cloud_64.png" alt="logo"/> <img src="/assets/subcon/cloud_64.png" alt="logo"/>
</header> </header>
<main> <main>
<h1>That page is gone. Forever.</h1> <h1>That page is gone. Forever.</h1>

View file

@ -4,17 +4,17 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Subcon Town - 500</title> <title>Subcon Town - 500</title>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_16.png" sizes="16x16"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_16.png" sizes="16x16"/>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_32.png" sizes="32x32"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_32.png" sizes="32x32"/>
<link href="style_errors.css?v=1.0.0" rel="stylesheet"/> <link href="/style_errors.css?v=1.0.0" rel="stylesheet"/>
</head> </head>
<body> <body>
<div class="background"></div> <div class="background"></div>
<header> <header>
<img src="assets/subcon/cloud_64.png" alt="logo"/> <img src="/assets/subcon/cloud_64.png" alt="logo"/>
</header> </header>
<main> <main>
<h1>An error occurred on the server.</h1> <h1>An error occurred on the server.</h1>

View file

@ -4,17 +4,17 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Subcon Town - 502</title> <title>Subcon Town - 502</title>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_16.png" sizes="16x16"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_16.png" sizes="16x16"/>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_32.png" sizes="32x32"/> <link rel="shortcut icon" type="image/jpg" href="/assets/subcon/favicon_32.png" sizes="32x32"/>
<link href="style_errors.css?v=1.0.0" rel="stylesheet"/> <link href="/style_errors.css?v=1.0.0" rel="stylesheet"/>
</head> </head>
<body> <body>
<div class="background"></div> <div class="background"></div>
<header> <header>
<img src="assets/subcon/cloud_64.png" alt="logo"/> <img src="/assets/subcon/cloud_64.png" alt="logo"/>
</header> </header>
<main> <main>
<h1>Bad Gateway.</h1> <h1>Bad Gateway.</h1>