diff --git a/src/components/static/404.tsx b/src/components/static/404.tsx index 16220712..25b4b1e4 100644 --- a/src/components/static/404.tsx +++ b/src/components/static/404.tsx @@ -1,26 +1,26 @@ -import Icon from "./Icons" -import { javascriptReact } from "./icons_list" -import "./404.css" -import ReactParallaxTilt from "react-parallax-tilt" -export default function Page404() { -return
-
-
- - - -

404?

-

Seems you are on the wrong page.

-
- - -
+import Icon from './Icons' +import { javascriptReact } from './icons_list' +import './404.css' +import ReactParallaxTilt from 'react-parallax-tilt' +export default function Page404 () { + return
+
+
+ + + +

404?

+

Seems you are on the wrong page.

+
+ + +
+
+
-
-
-} \ No newline at end of file +}