jellyfin-web/dashboard-ui/index.html
2017-01-30 16:38:24 -05:00

25 lines
676 B
HTML

<!DOCTYPE html>
<html class="preload">
<head>
<title>Emby</title>
<style>
.transparentDocument, .backgroundContainer-transparent:not(.withBackdrop) {
background: none !important;
background-color: transparent !important;
}
.mouseIdle, .mouseIdle * {
cursor: none !important;
}
</style>
</head>
<body>
<div class="backdropContainer"></div>
<div class="backgroundContainer"></div>
<div class="mainDrawer hide"><div class="mainDrawer-scrollContainer scrollContainer"></div></div>
<div class="skinHeader"></div>
<div class="mainAnimatedPages skinBody"></div>
</body>
</html>