]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/index.html
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / index.html
CommitLineData
11fdf7f2
TL
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
9f95a23c 11 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
11fdf7f2
TL
12 <link rel="icon" type="image/x-icon" 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>