initial commit
Format / gofmt (push) Failing after 27s
CI / Build (push) Successful in 51s
CI / Go Tests (push) Failing after 21s

This commit is contained in:
2026-06-06 07:54:44 -05:00
commit 1cc94f2c99
68 changed files with 14615 additions and 0 deletions
+27
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">
<title>404 Not Found</title>
<style>
:root { color-scheme: light dark; }
body {
font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
line-height: 1.5;
max-width: 42rem;
margin: 4rem auto;
padding: 0 1.5rem;
color: #e4e4e7;
background: #09090b;
}
h1 { font-size: 1.75rem; font-weight: 600; margin: 0 0 0.75rem; color: #fafafa; }
p { margin: 0.5rem 0; color: #a1a1aa; }
.host { color: #f87171; font-weight: 500; }
</style>
</head>
<body>
<h1>404 Not Found</h1>
<p>{{MESSAGE}}</p>
</body>
</html>