]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/index.html
bfd6d3ecd83731e1dd316c07d008740c1ca125f9
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / index.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Ceph</title>
6
7 <script>
8 document.write('<base href="' + document.location+ '" />');
9 </script>
10
11 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12 <link rel="icon" type="image/x-icon" id="cdFavicon" href="favicon.ico">
13 </head>
14 <body>
15 <noscript>
16 <div class="noscript container"
17 ng-if="false">
18 <div class="jumbotron alert alert-danger">
19 <h2 i18n>JavaScript required!</h2>
20 <p i18n>A browser with JavaScript enabled is required in order to use this service.</p>
21 <p i18n>When using Internet Explorer, please check your security settings and add this address to your trusted sites.</p>
22 </div>
23 </div>
24 </noscript>
25
26 <cd-root></cd-root>
27 </body>
28 </html>