Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.19 KB

File metadata and controls

32 lines (29 loc) · 1.19 KB
layout default
title Page Not Found
permalink /404.html

404

Page Not Found

The page you're looking for seems to have pivoted away.

<div style="margin: 3rem 0;">
    <a href="{{ '/' | relative_url }}" class="btn btn-primary">
        ← Back to Home
    </a>
    <a href="{{ '/docs/' | relative_url }}" class="btn btn-secondary" style="margin-left: 1rem;">
        View Documentation
    </a>
</div>

<div style="margin-top: 4rem;">
    <p>Were you looking for:</p>
    <ul style="list-style: none; padding: 0; line-height: 2;">
        <li><a href="{{ '/docs/quickstart/' | relative_url }}">Quick Start Guide</a></li>
        <li><a href="{{ '/docs/installation/' | relative_url }}">Installation</a></li>
        <li><a href="{{ '/examples/' | relative_url }}">Code Examples</a></li>
        <li><a href="{{ site.github_url }}/pivotphp-core" target="_blank">GitHub Repository</a></li>
    </ul>
</div>