Intial general structure of source code and page.
This commit is contained in:
10
src/components/NotFound.tsx
Normal file
10
src/components/NotFound.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import "./styles/notFound.css";
|
||||
|
||||
export const NotFound = () => {
|
||||
return (
|
||||
<article>
|
||||
<h1>Page not found</h1>
|
||||
<p>Check the link address...</p>
|
||||
</article>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user