PronounsToday/web/templates/404.html

10 lines
165 B
HTML
Raw Normal View History

<html>
<head>
<title>Page Not Found</title>
</head>
<body>
<h1>Page Not Found</h1>
<p>The page you requested does not exist.</p>
</body>
</html>