index.html 390 Bytes
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Luna - Jumpserver web terminal</title>
  <base href="/luna">

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
<span id="marker" style="display: none;font-size: 14px">marker</span>

</body>
</html>