11<!DOCTYPE html>
22< html lang ="en ">
3+
34< head >
45 < meta charset ="UTF-8 ">
56 < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
1718 < link rel ="canonical " href ="https://www.droidspaces.org/404.html ">
1819 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
1920 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
20- < link href ="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=DM+Sans:wght@300;400;500;600&display=swap " rel ="stylesheet ">
21+ < link
22+ href ="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=DM+Sans:wght@300;400;500;600&display=swap "
23+ rel ="stylesheet ">
2124 < link rel ="icon " href ="/favicon.ico ">
2225 < link rel ="apple-touch-icon " href ="/favicon.ico ">
2326 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css ">
2427 < link rel ="stylesheet " href ="/style.css ">
25- < script > ( function ( ) { const t = localStorage . getItem ( 'theme' ) ; if ( t ) document . documentElement . setAttribute ( 'data-theme' , t ) ; } ) ( ) ; </ script >
28+ < script > ( function ( ) { const t = localStorage . getItem ( 'theme' ) ; if ( t ) document . documentElement . setAttribute ( 'data-theme' , t ) ; } ) ( ) ; </ script >
2629</ head >
30+
2731< body >
2832 < nav aria-label ="Main navigation ">
2933 < div class ="container " style ="display:flex;align-items:center;justify-content:space-between;height:100%; ">
3034 < a href ="/ " class ="nav-logo ">
3135 < svg class ="logo-icon " viewBox ="8.25 10.35 31.5 27.3 " fill ="currentColor " xmlns ="http://www.w3.org/2000/svg ">
32- < path d ="M36.85 30.16H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 34.97c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z "/>
33- < path d ="M36.85 21.00H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 25.82c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z "/>
34- < path d ="M36.84 11.74H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 16.57c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z "/>
36+ < path
37+ d ="M36.85 30.16H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 34.97c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z " />
38+ < path
39+ d ="M36.85 21.00H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 25.82c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z " />
40+ < path
41+ d ="M36.84 11.74H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 16.57c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z " />
3542 </ svg >
3643 < span class ="logo-text "> Droidspaces</ span >
3744 </ a >
3845 < div style ="display:flex;align-items:center;gap:0.5rem; ">
3946 < ul class ="nav-links ">
4047 < li class ="nav-features "> < a href ="/#features "> Features</ a > </ li >
41- < li > < a href ="/docs/ " > < i class ="fas fa-book nav-icon nav-icon-docs "> </ i > < span class ="nav-label "> Documentation</ span > </ a > </ li >
42- < li class ="nav-downloads "> < a href ="/downloads.html "> < i class ="fas fa-download nav-icon nav-icon-docs "> </ i > < span class ="nav-label "> Downloads</ span > </ a > </ li >
43- < li > < a href ="https://github.com/ravindu644/Droidspaces-OSS " rel ="noopener noreferrer "> < i class ="fab fa-github nav-icon "> </ i > < span class ="nav-label nav-label-gt "> GitHub</ span > </ a > </ li >
44- < li > < a href ="https://t.me/Droidspaces " rel ="noopener noreferrer "> < i class ="fab fa-telegram nav-icon "> </ i > < span class ="nav-label nav-label-gt "> Telegram</ span > </ a > </ li >
48+ < li > < a href ="/docs/ "> < i class ="fas fa-book nav-icon nav-icon-docs "> </ i > < span
49+ class ="nav-label "> Documentation</ span > </ a > </ li >
50+ < li class ="nav-downloads "> < a href ="/downloads.html "> < i
51+ class ="fas fa-download nav-icon nav-icon-docs "> </ i > < span class ="nav-label "> Downloads</ span > </ a > </ li >
52+ < li > < a href ="https://github.com/ravindu644/Droidspaces-OSS " rel ="noopener noreferrer "> < i
53+ class ="fab fa-github nav-icon "> </ i > < span class ="nav-label nav-label-gt "> GitHub</ span > </ a > </ li >
54+ < li > < a href ="https://t.me/Droidspaces " rel ="noopener noreferrer "> < i class ="fab fa-telegram nav-icon "> </ i > < span
55+ class ="nav-label nav-label-gt "> Telegram</ span > </ a > </ li >
4556 </ ul >
4657 < button class ="theme-toggle " id ="theme-toggle " title ="Toggle theme ">
47- < svg class ="sun-icon " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 " style ="display:none ">
58+ < svg class ="sun-icon " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 "
59+ style ="display:none ">
4860 < circle cx ="12 " cy ="12 " r ="5 "> </ circle >
4961 < line x1 ="12 " y1 ="1 " x2 ="12 " y2 ="3 "> </ line >
5062 < line x1 ="12 " y1 ="21 " x2 ="12 " y2 ="23 "> </ line >
6375 </ div >
6476 </ nav >
6577
66- < main style ="display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 56px - 80px);padding:2rem;text-align:center ">
78+ < main
79+ style ="display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 56px - 80px);padding:2rem;text-align:center ">
6780 < h1 style ="font-size:4rem;font-family:var(--mono);color:var(--muted);margin-bottom:0.5rem "> 404</ h1 >
68- < p style ="color:var(--muted);font-size:1rem;margin-bottom:2rem;max-width:400px "> The page you're looking for doesn't exist.</ p >
81+ < p style ="color:var(--muted);font-size:1rem;margin-bottom:2rem;max-width:400px "> The page you're looking for doesn't
82+ exist.</ p >
6983 < div style ="display:flex;gap:0.75rem;flex-wrap:wrap;justify-content:center ">
7084 < a href ="/ " class ="btn btn-primary "> Go Home</ a >
7185 < a href ="/docs/ " class ="btn btn-ghost "> Browse Docs</ a >
7286 </ div >
7387 </ main >
7488 < footer >
75- < p > © 2026 Droidspaces · < a href ="https://github.com/ravindu644/Droidspaces-OSS/blob/main/LICENSE " rel ="noopener noreferrer "> GPLv3</ a > · by < a href ="https://github.com/ravindu644 " rel ="noopener noreferrer "> ravindu644</ a > and < a href ="https://github.com/ravindu644/Droidspaces-OSS/graphs/contributors " rel ="noopener noreferrer "> contributors</ a >
76- </ p >
89+ < p > © 2026 Droidspaces · < a href ="https://github.com/ravindu644/Droidspaces-OSS/blob/main/LICENSE "
90+ rel ="noopener noreferrer "> GPLv3</ a > · by < a href ="https://github.com/ravindu644 "
91+ rel ="noopener noreferrer "> ravindu644</ a > and < a
92+ href ="https://github.com/ravindu644/Droidspaces-OSS/graphs/contributors "
93+ rel ="noopener noreferrer "> contributors</ a >
94+ </ p >
7795 </ footer >
7896</ body >
97+
7998</ html >
0 commit comments