8 changed files with 66 additions and 26 deletions
After Width: | Height: | Size: 16 KiB |
@ -1,5 +1,13 @@
|
||||
<!-- <div class="jumbotron"> |
||||
<h1>Welcome to Telegram!</h1> |
||||
<p>You are currently not authorized. Would you like to log in?</p> |
||||
<p><a class="btn btn-primary btn-lg" role="button" href="#/login">Log in</a></p> |
||||
</div> --> |
||||
<div ng-include="'partials/head.html?1'"></div> |
||||
|
||||
<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>Is in 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-tg btn-block">Start Messaging</a> |
||||
</form> |
||||
</div> |
Loading…
Reference in new issue