aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/public/index.html
blob: b432acb242650d865077f8fa069fa8e6f9c83bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <link rel="icon" href="./favicon.ico">

    <!--
      Neue Helvetica is a trademark of Monotype Imaging Inc. registered in the U.S.
      Patent and Trademark Office and may be registered in certain other jurisdictions.
      Copyright © 2014 Monotype Imaging Inc. All rights reserved.
      Orange Company had buy the right for used Helvetica onto digital applications.
      If you are not autorized to used it, don't include the orangeHelvetica.css
      See NOTICE.txt for more informations.
    -->
    <link rel="stylesheet" href="./css/orangeHelvetica.css" />
    <!--
      Orange Icons
      Copyright (C) 2016 - 2019 Orange SA All rights reserved
      See NOTICE.txt for more informations.
    -->
    <link rel="stylesheet" href="./css/orangeIcons.css" />

    <!-- Boosted CSS -->
    <link rel="stylesheet" href="./css/boosted.min.css" />

    <link rel="stylesheet" href="./css/font-awesome.min.css" />

    <link rel="stylesheet" href="./css/moon.css" />

    <title>Moon</title>
  </head>
  <body>
    <noscript>
      <strong>We're sorry but moon_ui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
    </noscript>
    <main id="content" role="main" class="container">
      <div id="app"></div>
    </main>
    
    <!-- built files will be auto injected -->
  </body>
</html>