Skip to content

Commit

Permalink
Add a title to the Not Found page
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Oct 18, 2016
1 parent 3720269 commit 906b83c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/containers/NotFound/NotFound.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import React from 'react';
import Helmet from 'react-helmet';

export default function NotFound() {
return (
<Helmet title="Not Found"/>

<div className="container">
<h1>Doh! 404!</h1>
<p>These are <em>not</em> the droids you are looking for!</p>
Expand Down

0 comments on commit 906b83c

Please sign in to comment.