Initialize website project structure

This commit is contained in:
2026-05-29 20:13:30 -04:00
parent dd3d820d0e
commit 86fac8853a
983 changed files with 181580 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Application Error</title>
<style>
body { font-family: sans-serif; text-align: center; padding: 80px 20px; background: #f5f5f5; color: #333; }
h1 { font-size: 3rem; color: #e74c3c; }
a { color: #3498db; text-decoration: none; }
</style>
</head>
<body>
<h1>Something went wrong</h1>
<p>We encountered an error and could not complete your request.</p>
<p><a href="/">Go back home</a></p>
</body>
</html>