tubesync/app/common/templates/error404.html

10 lines
186 B
HTML
Raw Normal View History

2020-11-23 06:32:02 +00:00
<html>
<head>
<title>404 - Page Not Found</title>
</head>
<body>
<h1>404 - Page Not Found</h1>
<p>The resource you have requested does not exist.</p>
</body>
</html>