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.8 KiB
56 lines
1.8 KiB
<div my-head></div> |
|
|
|
<div ng-if="showWelcome"> |
|
|
|
<div class="welcome_form"> |
|
<div class="welcome_logo"></div> |
|
|
|
<h3 class="welcome_header" my-i18n="welcome_header_md"></h3> |
|
|
|
<div class="welcome_text"> |
|
<p my-i18n="welcome_text_1_md"></p> |
|
<p my-i18n="welcome_text_2_md"></p> |
|
</div> |
|
<div class="welcome_btn_wrap"> |
|
<a href="#/login" class="btn btn-primary btn-block" my-i18n="welcome_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 my-i18n="welcome_fast_messaging_header"></h4> |
|
<div class="welcome_footer_card_lead" my-i18n="welcome_fast_messaging_text"></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 my-i18n="welcome_easy_sharing_header"></h4> |
|
<div class="welcome_footer_card_lead" my-i18n="welcome_easy_sharing_text"></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 my-i18n="welcome_powerful_tools_header"></h4> |
|
<div class="welcome_footer_card_lead" my-i18n="welcome_powerful_tools_text_md"></div> |
|
</div> |
|
</div> |
|
|
|
</div> |
|
</div> |
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div>
|
|
|