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

43 lines
1,003 B
HTML
Raw Normal View History

2024-04-03 20:40:26 -05:00
<!-- SPDX-FileCopyrightText: 2023 Sayantan Santra <sayantan.santra689@gmail.com> -->
<!-- SPDX-License-Identifier: MIT -->
2022-11-12 20:12:25 -06:00
<!DOCTYPE html>
<html>
<head>
<title>Error 404</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
2023-03-31 20:08:11 -05:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
2022-11-12 20:12:25 -06:00
</head>
2023-02-04 23:57:00 -06:00
<style>
body {
text-align: center;
}
2023-02-04 23:57:00 -06:00
#quote {
text-indent: 4em;
}
/* Settings for mobile devices */
@media (pointer:none),
(pointer:coarse) {
body {
text-align: left;
}
}
2023-02-04 23:57:00 -06:00
</style>
<body>
2022-11-12 20:12:25 -06:00
<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>
2023-06-24 17:39:21 -05:00
<p>But the water has moved on.</p>
2023-01-16 12:57:30 -06:00
<p>The page is not here.</p>
2023-02-04 23:57:00 -06:00
<p id="quote"> — Cass Whittington</p>
2023-01-16 12:57:30 -06:00
</div>
2022-11-12 20:12:25 -06:00
</body>
2024-04-03 20:40:26 -05:00
</html>