15 lines
489 B
HTML
Executable file
15 lines
489 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>nop :c</title>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
</head>
|
|
<body>
|
|
<h1>Page Not Found</h1>
|
|
<p>this page doesn't exist you dunce</p>
|
|
<p>stupid idiot</p>
|
|
<p>if you found this you're probably really bored<br /> how about you go and do something fun? :3</p>
|
|
</body>
|
|
</html>
|