5 <title>Chorus
2 - Kodi web interface
</title>
7 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
8 <meta name=
"mobile-web-app-capable" content=
"yes">
9 <meta name=
"apple-mobile-web-app-capable" content=
"yes">
10 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge" />
11 <link rel=
"manifest" href=
"manifest.json">
13 <!-- Icons @see: https://github.com/audreyr/favicon-cheat-sheet -->
14 <link rel=
"shortcut icon" href=
"favicon.png" type=
"image/png">
15 <link rel=
"apple-touch-icon-precomposed" href=
"icon-152.png">
16 <link rel=
"icon" href=
"icon.png">
17 <meta name=
"msapplication-TileColor" content=
"#111111">
18 <meta name=
"msapplication-TileImage" content=
"icon-144.png">
21 <link href=
"themes/base/css/base.css" rel=
"stylesheet">
26 <div id=
"loading-page" class=
"init">
27 <div class=
"spinner-double-section-far"></div>
28 <h2>Loading application
</h2>
31 <script src=
"js/kodi-webinterface.js"></script>