2021-11-06 02:19:17 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2022-05-03 03:39:39 +02:00
|
|
|
<meta name="viewport" content="width=\, initial-scale=1.0">
|
|
|
|
<title>Whoops, something isn't right!</title>
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
|
2021-11-06 02:19:17 +01:00
|
|
|
</head>
|
2022-05-03 03:39:39 +02:00
|
|
|
<style>
|
|
|
|
body{
|
|
|
|
font-family: 'Montserrat', sans-serif;
|
|
|
|
margin: auto;
|
|
|
|
width: 50%;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
</style>
|
2021-11-06 02:19:17 +01:00
|
|
|
<body>
|
2022-05-03 03:39:39 +02:00
|
|
|
<h1 id="big">Whoops, something isn't right!</h1>
|
|
|
|
<br>
|
|
|
|
<h5>Please look at your link, or go to the <a href="/">homepage.</a></h5>
|
2021-11-06 02:19:17 +01:00
|
|
|
</body>
|
|
|
|
</html>
|