mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
9 lines
305 B
HTML
9 lines
305 B
HTML
<div class="object-not-found container">
|
|
<h1>{{"error.identifier" | translate}}</h1>
|
|
<h2><small><em>{{missingItem}}</em></small></h2>
|
|
<br />
|
|
<p class="text-center">
|
|
<a routerLink="/home" class="btn btn-primary" role="button" tabindex="0">{{"404.link.home-page" | translate}}</a>
|
|
</p>
|
|
</div>
|