-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
3 lines (3 loc) · 1.06 KB
/
index.html
File metadata and controls
3 lines (3 loc) · 1.06 KB
1
2
3
#<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>404 – Page Not Found</title><style> :root { --bg: #f5f5f5; --fg: #333; --link: #0066cc; } @media (prefers-color-scheme: dark) { :root { --bg: #1a1a1a; --fg: #e0e0e0; --link: #4da3ff; } } body { margin: 0; padding: 40px; font-family: system-ui, Arial, sans-serif; background: var(--bg); color: var(--fg); text-align: center; } .container { max-width: 600px; margin: auto; display: grid; gap: 14px; } .title { font-size: 48px; font-weight: 700; } a { color: var(--link); text-decoration: none; } a:hover { text-decoration: underline; }</style></head><body><div class="container"> <div class="title" role="heading" aria-level="1">404 – Page Not Found</div><!--
echo `: # not printed-->` "The page you're looking for doesn't exist or has been moved. Please refer to the installation instructions: https://bpkg.sh/pkg/drawercli"
#<a href="https://bpkg.sh/pkg/drawercli">https://bpkg.sh/pkg/drawercli</a></div></body></html>