diff --git a/pages/404.js b/pages/404.js new file mode 100644 index 0000000..25bf12b --- /dev/null +++ b/pages/404.js @@ -0,0 +1,55 @@ +import React from "react"; +import Head from "next/head"; +import Link from "next/link"; + +import Footer from "./components/Footer"; +import MainHeader from "./components/MainHeader"; + +class Page500 extends React.Component +{ + constructor(props) + { + super(props); + this.state = {}; + } + + static getDerivedStateFromProps(nextProps, prevState) + { + return {}; + } + + componentDidMount() {} + + render() + { + return ( + + + ЛК Эволюция автолизинга + + + +
+
+
+
+
+
+

Страница не найдена

+
+
+
+

+ К сожалению запрошенная страница не существует.

Вернуться в Личный кабинет +

+
+
+
+
+