Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
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.
56 lines
1.9 KiB
56 lines
1.9 KiB
<div my-head></div> |
|
|
|
<div ng-if="showWelcome"> |
|
|
|
<div class="welcome_form"> |
|
<div class="welcome_logo"></div> |
|
|
|
<h3 class="welcome_header"><strong>Telegram</strong> Web</h3> |
|
|
|
<div class="welcome_text"> |
|
<p>This is an unofficial web-client for the <strong>Telegram Messenger</strong>.</p> |
|
<p>It's still an <strong>alpha-version</strong> and may not be 200% reliable</p> |
|
</div> |
|
<div class="welcome_btn_wrap"> |
|
<a href="#/login" class="btn btn-primary btn-block">Start Messaging</a> |
|
</div> |
|
</div> |
|
|
|
<div class="welcome_footer" my-custom-background="#f8f8f8"> |
|
<div class="welcome_cards_wrap clearfix"> |
|
|
|
<div class="container-fluid"> |
|
<div class="row"> |
|
<div class="col-md-4 col-sm-4"> |
|
<div class="welcome_footer_card_wrap row"> |
|
<div class="welcome_footer_card welcome_footer_card_messaging"></div> |
|
<h4>Fast messaging</h4> |
|
<div class="welcome_footer_card_lead">Send messages with rich emoji support right from your desktop or laptop computer</div> |
|
</div> |
|
</div> |
|
|
|
<div class="col-md-4 col-sm-4"> |
|
<div class="welcome_footer_card_wrap"> |
|
<div class="welcome_footer_card welcome_footer_card_filesharing"></div> |
|
<h4>Easy file sharing</h4> |
|
<div class="welcome_footer_card_lead">Share files of any type using drag-and-drop or the attachment icon</div> |
|
</div> |
|
</div> |
|
|
|
<div class="col-md-4 col-sm-4"> |
|
<div class="welcome_footer_card_wrap"> |
|
<div class="welcome_footer_card welcome_footer_card_powerful"></div> |
|
<h4>Powerful tools</h4> |
|
<div class="welcome_footer_card_lead">Browse shared media and files by type <br/> and set custom notifications</div> |
|
</div> |
|
</div> |
|
|
|
</div> |
|
</div> |
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div>
|
|
|