The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/views/fxos.html

48 lines
1.0 KiB

<template name="fxOsInstallPrompt">
<section class="full-page">
<div class="wrapper">
<header>
<a class="logo" href="/">
<img src="/images/logo/logo.svg?v=3" />
</a>
</header>
<div class="cms-page">
<h1>{{_ "Install_FxOs"}}</h1>
<p>{{_ "Install_FxOs_follow_instructions"}}</p>
</div>
</div>
</section>
</template>
<template name="fxOsInstallDone">
<section class="full-page">
<div class="wrapper">
<header>
<a class="logo" href="/">
<img src="/images/logo/logo.svg?v=3" />
</a>
</header>
<div class="cms-page">
<h1>{{_ "Install_FxOs"}}</h1>
<p>{{_ "Install_FxOs_done"}}</p>
</div>
</div>
</section>
</template>
<template name="fxOsInstallError">
<section class="full-page">
<div class="wrapper">
<header>
<a class="logo" href="/">
<img src="/images/logo/logo.svg?v=3" />
</a>
</header>
<div class="cms-page">
<h1>{{_ "Install_FxOs"}}</h1>
<p>{{_ "Install_FxOs_error"}}</p>
<p>{{installError}}</p>
</div>
</div>
</section>
</template>