-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path404.html
More file actions
21 lines (21 loc) · 901 Bytes
/
404.html
File metadata and controls
21 lines (21 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
title: Page Not Found
sitemap: false
permalink: /404.html
---
<section class="py-20 md:py-28 bg-white">
<div class="max-w-xl mx-auto px-4 text-center">
<figure class="mb-8">
<img src="/images/phone_404.png" alt="Oops!" loading="lazy" class="max-w-xs mx-auto" width="320" height="auto">
</figure>
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-4">
Page <span class="underline decoration-wavy decoration-red-500">nto</span> found!
</h1>
<p class="text-xl text-gray-600 mb-8">The page you're looking for doesn't exist or has been moved.</p>
<div class="flex flex-wrap gap-4 justify-center">
<a href="/" class="btn btn-primary">Go Home</a>
<a href="https://github.com/AnySoftKeyboard/AnySoftKeyboard/discussions" class="btn btn-outline" target="_blank" rel="noopener noreferrer">Get Help</a>
</div>
</div>
</section>