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.
17 lines
297 B
17 lines
297 B
11 years ago
|
<div class="error_modal_wrap">
|
||
|
|
||
|
<div class="modal-header">
|
||
|
<a class="modal-close-link" ng-click="$close()">Close</a>
|
||
|
<h4 class="modal-title">{{title}}</h4>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="modal-body">
|
||
|
|
||
|
<div class="error_modal_description">
|
||
|
{{description}}
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|