mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-29 20:42:06 +00:00
hw5
This commit is contained in:
13
src/s2-homeworks/hw05/pages/Error404.tsx
Normal file
13
src/s2-homeworks/hw05/pages/Error404.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
|
||||
const Error404 = () => {
|
||||
return (
|
||||
<div id={'page-404'}>
|
||||
<div>404</div>
|
||||
<div>Page not found!</div>
|
||||
<div>—ฅ/ᐠ.̫ .ᐟ\ฅ—</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Error404
|
||||
Reference in New Issue
Block a user