24 lines
556 B
HTML
24 lines
556 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Squibid's Site - 404</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
|
|
<style>
|
|
h1 {
|
|
color: var(--cyan);
|
|
font-family: sans-serif;
|
|
font-size: 404px;
|
|
width: 100vw;
|
|
vertical-align: middle;
|
|
}
|
|
</style>
|
|
|
|
<body style="background-color: #161617;">
|
|
<h1><a href="/">whoops</a></h1>
|
|
</body>
|
|
</html>
|