IndivisibleSomerville/its-our-call

404 Page

开放

#29 创建于 2018年3月14日

 (2 条评论) (0 个反应) (2 位负责人)HTML (1 个派生)auto 404
designfrontendgood first issue

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Add a 404 page for users that mistype a url or otherwise poke around too much.

Requirements

  • add a basic page MissingPage404 to /pages describing that the page does not exist
  • add a <Route path='*' exact={true} component={MissingPage404} /> to App

Other Notes

A mock up might be added later to give more specific guides of what the 404 page looks like, otherwise; just have fun with it.

贡献者指南