mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 17:26:45 +00:00
30 lines
697 B
HTML
30 lines
697 B
HTML
<!-- SPDX-FileCopyrightText: 2023 Sayantan Santra <sayantan.santra689@gmail.com> -->
|
|
<!-- SPDX-License-Identifier: MIT -->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Error 404</title>
|
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
|
|
<style>
|
|
#quote {
|
|
text-indent: 4em;
|
|
}
|
|
</style>
|
|
|
|
<body style="text-align: center;">
|
|
<h1>Error 404!</h1>
|
|
<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 id="quote"> — Cass Whittington</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|