1
0
forked from osmarks/potatOS

In-browser live demo!

This commit is contained in:
2023-11-12 14:57:16 +00:00
parent ba134a8ae2
commit c49fdcdc41
24 changed files with 1191 additions and 10 deletions

27
copy-cat/404.html Normal file
View File

@@ -0,0 +1,27 @@
<!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>