Suggestions:
- Check the URL for typos
- Return to the home page and navigate from there
- Use the search feature on the version index page
- The man page may be in a different version of Rocky Linux
{% extends "base.html" %} {% block header_title %}Rocky Linux Man Pages{% endblock %} {% block header_subtitle %}Man page documentation for Rocky Linux packages{% endblock %} {% block extra_css %} .error-container { text-align: center; padding: 4rem 2rem; } .error-code { font-size: 8rem; font-weight: 700; color: var(--accent-primary); line-height: 1; margin-bottom: 1rem; font-family: "JetBrains Mono", monospace; } .error-message { font-size: 1.5rem; color: var(--text-primary); margin-bottom: 1rem; } .error-description { color: var(--text-secondary); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; } .suggestions { max-width: 600px; margin: 2rem auto; text-align: left; } .suggestions h3 { color: var(--text-primary); margin-bottom: 1rem; } .suggestions ul { list-style: none; padding: 0; } .suggestions li { margin-bottom: 0.75rem; padding-left: 1.5rem; position: relative; } .suggestions li::before { content: "→"; position: absolute; left: 0; color: var(--accent-primary); } .back-button { display: inline-block; padding: 0.75rem 1.5rem; background: var(--accent-primary); color: white; text-decoration: none; border-radius: 6px; font-weight: 500; transition: all 0.2s; margin-top: 2rem; } .back-button:hover { background: var(--accent-secondary); transform: translateY(-2px); text-decoration: none; } @media (max-width: 768px) { .error-code { font-size: 5rem; } .error-message { font-size: 1.25rem; } .error-container { padding: 3rem 1rem; } } @media (max-width: 480px) { .error-code { font-size: 4rem; } .error-message { font-size: 1.1rem; } .error-container { padding: 2rem 1rem; } .suggestions { padding: 0 1rem; } } {% endblock %} {% block content %}