not_found.html 165 B

123456
  1. <template name="notFound">
  2. <div class="not-found page jumbotron">
  3. <h2>404</h2>
  4. <p>Sorry, we couldn't find a page at this address.</p>
  5. </div>
  6. </template>