43 lines
1.2 KiB
HTML
Executable File
43 lines
1.2 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/assets/Favicons/Base_Favicon/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/assets/Favicons/Base_Favicon/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/assets/Favicons/Base_Favicon/favicon-16x16.png"
|
|
/>
|
|
<link
|
|
rel="manifest"
|
|
href="/assets/Favicons/Base_Favicon/site.webmanifest"
|
|
/>
|
|
<link
|
|
rel="mask-icon"
|
|
href="/assets/Favicons/Base_Favicon/safari-pinned-tab.svg"
|
|
color="#5bbad5"
|
|
/>
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
<meta name="msapplication-TileColor" content="#da532c" />
|
|
<meta name="theme-color" content="#ff0000" />
|
|
<title>400</title>
|
|
<link rel="stylesheet" href="/assets/styles/error.css" />
|
|
</head>
|
|
<body>
|
|
<h1 style="font-size: 60px">400 Bad Request</h1>
|
|
<p style="font-size: 30px">
|
|
The server cannot or refuses to process your request due to something that it assumes to be a client error
|
|
</p>
|
|
</body>
|
|
</html>
|