]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.html
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / not-found / not-found.component.html
1 <div class="row">
2 <div class="col-md-12 text-center">
3 <h1 i18n>Sorry, we could not find what you were looking for</h1>
4
5 <img class="img-responsive center-block img-rounded"
6 src="/assets/1280px-Nautilus_Octopus.jpg">
7 <span>
8 "<a href="https://www.flickr.com/photos/146401137@N06/40335060661">Nautilus Octopus</a>" by Jin Kemoole is licensed under
9 <a rel="nofollow"
10 class="external text"
11 href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a>
12 </span>
13 </div>
14 </div>