This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
privacytools.io/404.html

24 lines
1.1 KiB
HTML

---
layout: minimal
active_page: 404
---
<div class="container text-center">
<h1 class="header-404">404</h1>
<p><strong>We couldn't find that :(</strong></p>
<p>Maybe you were looking for one of these pages?</p>
<div class="row">
<div class="col-md-6 offset-md-3">
<div class="card card-list">
<ul class="list-group list-group-flush">
<li class="list-group-item"><a href="/"><em class="fas fa-home"></em> Back to our Homepage</a></li>
<li class="list-group-item"><a href="/providers/"><em class="fas fa-server"></em> Privacy Focused Service Providers</a></li>
<li class="list-group-item"><a href="/browsers/"><em class="fas fa-compass"></em> Privacy Protecting Web Browsers</a></li>
<li class="list-group-item"><a href="/software/"><em class="fas fa-window-restore"></em> Privacy-Centric Software</a></li>
</ul>
</div>
</div>
</div>
<p class="text-danger text-center"><em class="fas fa-exclamation-circle"></em> If you believe you reached this page in error, please <a href="/contact/">contact us</a>!</p>
</div>