16 lines
321 B
HTML
Raw Normal View History

2022-11-12 20:12:25 -06:00
<!DOCTYPE html>
<html>
<head>
<title>Error 404</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
</head>
<body style="text-align: center;">
<h1>Error 404!</h1>
2022-12-28 19:00:50 +05:30
<p>Looks like the link you entered isn't valid.</p>
<p>It's okay, though.</p>
<p>All of us make mistakes!</p>
2022-11-12 20:12:25 -06:00
</body>
</html>