1+ ---
2+ layout: default
3+ title: Page Not Found
4+ description: The page you're looking for doesn't exist. Navigate back to TabSSH documentation or homepage.
5+ permalink: /404.html
6+ ---
7+
8+ < div style ="padding: var(--space-20) 0; text-align: center; ">
9+ < div class ="container container-sm ">
10+ < div style ="font-size: 8rem; font-weight: var(--font-weight-bold); color: var(--primary-500); margin-bottom: var(--space-4); ">
11+ 404
12+ </ div >
13+
14+ < h1 style ="margin-bottom: var(--space-4); "> Page Not Found</ h1 >
15+
16+ < p style ="font-size: var(--font-size-lg); margin-bottom: var(--space-8); ">
17+ The page you're looking for doesn't exist or has been moved.
18+ </ p >
19+
20+ < div class ="hero-actions " style ="justify-content: center; margin-bottom: var(--space-12); ">
21+ < a href ="/ " class ="btn btn-primary "> Go Home</ a >
22+ < a href ="/docs/ " class ="btn btn-secondary "> Browse Docs</ a >
23+ </ div >
24+
25+ < div style ="background-color: var(--bg-secondary); padding: var(--space-8); border-radius: 12px; ">
26+ < h3 style ="margin-bottom: var(--space-4); "> Looking for something specific?</ h3 >
27+ < ul style ="list-style: none; padding: 0; text-align: left; display: inline-block; ">
28+ < li style ="margin-bottom: var(--space-2); ">
29+ < a href ="/download/ "> π± Download TabSSH</ a >
30+ </ li >
31+ < li style ="margin-bottom: var(--space-2); ">
32+ < a href ="/docs/getting-started/ "> π Getting Started Guide</ a >
33+ </ li >
34+ < li style ="margin-bottom: var(--space-2); ">
35+ < a href ="/docs/features/ "> β‘ Features Overview</ a >
36+ </ li >
37+ < li style ="margin-bottom: var(--space-2); ">
38+ < a href ="/privacy/ "> π Privacy Policy</ a >
39+ </ li >
40+ < li style ="margin-bottom: var(--space-2); ">
41+ < a href ="/security/ "> π‘οΈ Security Information</ a >
42+ </ li >
43+ < li style ="margin-bottom: var(--space-2); ">
44+ < a href ="/contributing/ "> π€ Contributing Guide</ a >
45+ </ li >
46+ < li >
47+ < a href ="https://github.com/TabSSH/android "> π» Source Code</ a >
48+ </ li >
49+ </ ul >
50+ </ div >
51+ </ div >
52+ </ div >
0 commit comments