first commit
This commit is contained in:
16
startup/welcome.html
Normal file
16
startup/welcome.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<div is="emby-scroller" class="view flex flex-direction-column scrollFrameY flex-grow" data-mousewheel="true" data-horizontal="false" data-forcescrollbar="true" data-focusscroll="true" data-bindheader="true">
|
||||
<div class="scrollSlider flex-grow flex-direction-column padded-left padded-right padded-top-page padded-bottom-page">
|
||||
<form class="auto-center">
|
||||
|
||||
<h1 style="margin-top:0;">${HeaderWelcomeToEmby}</h1>
|
||||
|
||||
<p>${EmbyIntroMessage}</p>
|
||||
<p class="embyIntroDownloadMessage"></p>
|
||||
<br />
|
||||
<button is="emby-button" type="submit" class="raised btnWelcomeNext block autofocus">
|
||||
<span>${Next}</span>
|
||||
<i class="md-icon autortl button-icon button-icon-right"></i>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user