From d628e0ac5162bb1baeb16fcf21b688d37bbff758 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 22 Sep 2017 13:39:50 +0200 Subject: Implement dynamic web page document title change --- src/pages/NotFound.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/pages/NotFound.js') diff --git a/src/pages/NotFound.js b/src/pages/NotFound.js index 51141c3e..4120e285 100644 --- a/src/pages/NotFound.js +++ b/src/pages/NotFound.js @@ -1,11 +1,14 @@ import React from 'react'; +import DocumentTitle from "react-document-title"; import TerminalWindow from "../components/not-found/TerminalWindow"; import './NotFound.css'; const NotFound = () => ( -
- -
+ +
+ +
+
); export default NotFound; -- cgit v1.2.3