render()

in client/src/pages/not-found.js [23:33]


  render() {
    return html`
      <div class="notFoundContainer">
        <h1>Not Found</h1>
        <div>
          Please head back to the home page by clicking
          <a href="/">this link</a>.
        </div>
      </div>
    `;
  }