notfound.html 318 B

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