This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/host/layer/public-webserver/webserver-root/404.html

17 lines
363 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://lyte.dev/styles.css" />
<title>404 Not Found</title>
</head>
<body>
<main>
<p>404 - File Not Found 😢</p>
<p><a href="/">Go to Index</a></p>
</main>
</body>
</html>