2013-02-20 20:33:05 -05:00
|
|
|
|
<!DOCTYPE html>
|
2016-03-20 13:56:03 -04:00
|
|
|
|
<html class="preload">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
<head>
|
2015-03-21 14:12:12 -04:00
|
|
|
|
<title>Emby</title>
|
2017-01-03 01:51:36 -05:00
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.transparentDocument, .backgroundContainer-transparent:not(.withBackdrop) {
|
|
|
|
|
background: none !important;
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|
2017-01-03 03:10:50 -05:00
|
|
|
|
|
|
|
|
|
.mouseIdle, .mouseIdle * {
|
|
|
|
|
cursor: none !important;
|
|
|
|
|
}
|
2017-01-03 01:51:36 -05:00
|
|
|
|
</style>
|
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div class="backdropContainer"></div>
|
2016-07-27 01:19:56 -04:00
|
|
|
|
<div class="backgroundContainer"></div>
|
2017-01-27 23:14:25 -05:00
|
|
|
|
<div class="mainDrawer hide"><div class="mainDrawer-scrollContainer scrollContainer"></div></div>
|
2017-01-30 16:38:24 -05:00
|
|
|
|
<div class="skinHeader"></div>
|
|
|
|
|
<div class="mainAnimatedPages skinBody"></div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</body>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</html>
|