1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 21:33:54 -05:00
chhoto-url/src/main/resources/public/404.html

19 lines
422 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>
2023-01-16 12:57:30 -06:00
<div style="display: inline-block; text-align:left;">
<p>You step in the stream,</p>
<p>but the water has moved on.</p>
<p>The page is not here.</p>
<p>-- Cass Whittington</p>
</div>
2022-11-12 20:12:25 -06:00
</body>
</html>