28 lines
873 B
HTML
28 lines
873 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="color-scheme" content="dark light">
|
|
|
|
<title>404 | Copy Cat</title>
|
|
<link rel="stylesheet" href="/main.css?v=be620c97" />
|
|
</head>
|
|
<body>
|
|
<div id="page" class="container">
|
|
<div class="infoContainer">
|
|
<div class="infoView">
|
|
<h1>404 - Page not found</h1>
|
|
<p>
|
|
Truth be told, the only page worth looking into here is <a href="/" title="The home page">the home page</a>.
|
|
</p>
|
|
<p>
|
|
If you were expecting something to be here but it wasn't, why not
|
|
<a href="https://github.com/SquidDev-CC/copy-cat" title="The issue tracker">file a bug</a>?
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|