/
opt
/
canhelp
/
apps
/
web
/
src
/
app
/
maintenance
/
/opt/canhelp/apps/web/src/app/maintenance
mkdir
upload
Name
Size
Mode
Actions
page.tsx
1600
0644
edit
dl
rm
Edit:
/opt/canhelp/apps/web/src/app/maintenance/page.tsx
(1600B)
export const metadata = { title: 'Site under maintenance', robots: 'noindex', } export default function MaintenancePage() { return ( <div className="min-h-screen flex flex-col items-center justify-center bg-gray-50 px-4"> <div className="max-w-md w-full text-center"> <div className="mb-6 flex justify-center"> <svg className="w-20 h-20 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={1.2}> <path strokeLinecap="round" strokeLinejoin="round" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" /> <path strokeLinecap="round" strokeLinejoin="round" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" /> </svg> </div> <h1 className="text-2xl font-bold text-gray-900 mb-3"> Υπό κατασκευή </h1> <p className="text-gray-500 text-base mb-2"> We'll be back shortly. / Θα επιστρέψουμε σύντομα. </p> <p className="text-gray-400 text-sm"> Скоро вернёмся. Проводятся технические работы. </p> </div> </div> ) }
Save
cmd:
run