pagenotfound.html 309 B

1234567
  1. <div id="content-area" class="col-sm-12" role="main">
  2. <div class="error-container">
  3. <h2 translate="page-not-found"></h2>
  4. <p class="instruction">{{:: 'page-not-found.instruction' | translate}}</p>
  5. <a href="#" class="link-right" translate="go-to-the-home-page"></a>
  6. </div>
  7. </div>