PHP Classes

File: client/src/features/pages/NotFound.tsx

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Wallet API and Application   client/src/features/pages/NotFound.tsx   Download  
File: client/src/features/pages/NotFound.tsx
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Wallet API and Application
Application to manage a wallet by calling an API
Author: By
Last change:
Date: 2 years ago
Size: 328 bytes
 

Contents

Class file image Download
export default function NotFound() { return( <div className="flex items-center flex-col justify-center w-screen h-screen bg-indigo-600"> <p className="text-5xl text-white md:text-7xl lg:text-9xl">404</p> <p className="text-5xl text-white md:text-3xl">Page not found</p> </div> ) }