webogram-i2p/app/partials/welcome.html
2014-03-09 18:12:41 -03:00

18 lines
561 B
HTML

<div ng-include="'partials/head.html'"></div>
<div ng-show="showWelcome">
<div class="welcome_logo"></div>
<div class="welcome_box_wrap">
<div class="welcome_text">
<p>Welcome to an unofficial web-client of mobile <strong>Telegram</strong> messenger.</p>
<p>It is an alpha, which means it is still not 200% secure and functional.</p>
<p>Visit <a target="_blank" href="https://telegram.org/">telegram.org</a> to learn more.</p>
</div>
<a href="#/login" class="btn btn-success btn-block">Start Messaging</a>
</div>
</div>