mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
29 lines
814 B
HTML
29 lines
814 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="mainDrawerPanel">
|
|
<div class="mainDrawer hide"><div class="mainDrawer-scrollContainer scrollContainer darkScroller"></div></div>
|
|
<div class="mainDrawerPanelContent">
|
|
<div class="skinHeader"></div>
|
|
<div class="mainAnimatedPages skinBody"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |