android_mt6572_jiabo/lineage/website/404.html
2025-09-05 16:56:03 +08:00

8 lines
281 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
---
<div class="container text-center" style="margin: 3rem auto;">
<h1><b>404 - Page not found</b></h1>
<h4>Sorry, we cant find that page that youre looking for.</h4>
<a href="{{ site.baseurl }}/" class="btn btn-primary">Back to homepage</a>
</div>