You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
894 B
30 lines
894 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
h1 {
|
|
color: #24b8bf;
|
|
}
|
|
|
|
body {
|
|
background-image: url(backgrounds/BackgroundFinal.png);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Montserrat-Regular';
|
|
src: url(https://amateur-bartender-man.neocities.org/Montserrat/Montserrat-Regular.ttf);
|
|
}
|
|
</style>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Not Found</title>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
</head>
|
|
<body>
|
|
|
|
<h1><span style="color:#30e6d9"><center>Oh Noes!</center></span></h1>
|
|
<p><center><span style="color:#FFFFFF">There's nothing here!</span></center>
|
|
<p><center><a href="https://amateur-bartender-man.neocities.org/" style="color:#1212a6">Return to homepage</a></center>
|
|
</body>
|
|
</html>
|