apach-neocities/public/not_found.html

14 lines
348 B
HTML
Raw Normal View History

2024-07-18 21:50:12 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not Found</title>
2024-07-18 21:54:54 +00:00
<link href="./style.css" rel="stylesheet" type="text/css" media="all">
2024-07-18 21:50:12 +00:00
</head>
<body>
<h1>Page Not Found</h1>
<p>The requested page was not found.</p>
</body>
</html>