mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-23 19:43:08 +08:00
27 lines
680 B
HTML
27 lines
680 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>404 Not Found</title>
|
|
<style type="text/css"><!--
|
|
body { background-color: white; color: black; font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; }
|
|
hr { border: 0; border-bottom: 1px dashed; }
|
|
@media (prefers-color-scheme: dark) {
|
|
body { background-color: #1E1F21; color: #EEEFF1; }
|
|
a { color: #BAD7FF; }
|
|
}
|
|
--></style>
|
|
</head>
|
|
<body>
|
|
<h1>404 Not Found</h1>
|
|
<hr>
|
|
<address>Your attempt is logged and sent to C.I.A., G.F.W., K.G.B. and S.I.S.<br>
|
|
Expect a visit soon.
|
|
</address>
|
|
<!--
|
|
I forgot where those words came from.
|
|
It's highly possible that they are from a altnet protocol
|
|
-->
|
|
</body>
|
|
</html>
|