30 lines
1.0 KiB
HTML
30 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Error</title>
|
|
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" media="all" href="index.css">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h1>Oops!</h1>
|
|
</div>
|
|
<div class="row">
|
|
<div class="column">
|
|
<p></p>
|
|
</div>
|
|
<div class="column">
|
|
<h2>There isn't anything here</h2>
|
|
<h3>You've tried to visit a website that doesn't exist</h3>
|
|
<p>You might have entered the address incorrectly or followed a bad link, check the address and try again.</p>
|
|
<p>It's also possible that you're trying to access a restricted resource from a disallowed network.</p>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p class="footer">From the webserver at ww1.fb-infra.uk</p>
|
|
<p class="footer">© Fred Boniface 2022</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|