batflip/public/404.html

16 lines
258 B
HTML
Raw Normal View History

2025-01-05 19:56:42 -05:00
<!Doctype html>
<html>
<head>
<title>Page Not Found</title>
<style>
body {
background: orange;
}
</style>
</head>
<body>
<h1>Page cannot be found</h1>
<h3>Sorry, this page cannot be found.</h3>
</body>
</html>