feat(titles): Title the pages

This commit is contained in:
Bouncey
2018-09-14 16:14:35 +01:00
committed by Stuart Taylor
parent d6c0e7be49
commit 83b74d14f3
10 changed files with 45 additions and 5 deletions

View File

@@ -1,8 +1,11 @@
import React from 'react';
import Helmet from 'react-helmet';
import Layout from '../components/Layout';
const NotFoundPage = () => (
<Layout>
<Helmet><title>404 Page not found | freeCodeCamp.org</title></Helmet>
<h1>NOT FOUND</h1>
<p>You just hit a route that doesn&#39;t exist... the sadness.</p>
</Layout>