<!doctype html>
< html lang = "en" ng-app = "myApp" > <!-- ng - csp="" -->
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Webogram< / title >
< link rel = "stylesheet" href = "vendor/angular/angular-csp.css" / >
< link rel = "stylesheet" href = "vendor/bootstrap/css/bootstrap.css" / >
< link rel = "stylesheet" href = "vendor/jquery.nanoscroller/nanoscroller.css" / >
< link rel = "stylesheet" href = "css/app.css?6" / >
< link rel = "icon" href = "favicon.ico" type = "image/x-icon" >
< meta property = "og:title" content = "Webogram" >
< meta property = "og:url" content = "http://zhukov.github.io/webogram/" >
< meta property = "og:image" content = "http://zhukov.github.io/webogram/img/logo_share.png" >
< meta property = "og:site_name" content = "Webogram" >
< meta property = "og:description" content = "Welcome to an experimental web-client of Telegram messenger. See https://github.com/zhukov/webogram for more info." >
< / head >
< body >
< div ng-view > < / div >
< script type = "text/javascript" src = "vendor/jquery/jquery.min.js" > < / script >
< script type = "text/javascript" src = "vendor/jquery.nanoscroller/nanoscroller.js" > < / script >
< script type = "text/javascript" src = "vendor/jquery.emojiarea/jquery.emojiarea.js" > < / script >
< script type = "text/javascript" src = "vendor/angular/angular.js?1" > < / script >
< script type = "text/javascript" src = "vendor/angular/angular-route.js?1" > < / script >
< script type = "text/javascript" src = "vendor/angular/angular-animate.js?1" > < / script >
< script type = "text/javascript" src = "vendor/angular/angular-sanitize.js?1" > < / script >
< script type = "text/javascript" src = "vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.7.0.js?2" > < / script >
< script type = "text/javascript" src = "vendor/jsbn/jsbn_combined.js" > < / script >
< script type = "text/javascript" src = "vendor/cryptoJS/crypto.js" > < / script >
< script type = "text/javascript" src = "vendor/zlib/gunzip.min.js" > < / script >
< script type = "text/javascript" src = "js/lib/config.js" > < / script >
< script type = "text/javascript" src = "js/lib/mtproto.js?11" > < / script >
< script type = "text/javascript" src = "js/util.js" > < / script >
< script type = "text/javascript" src = "js/app.js?5" > < / script >
< script type = "text/javascript" src = "js/services.js?6" > < / script >
< script type = "text/javascript" src = "js/controllers.js?11" > < / script >
< script type = "text/javascript" src = "js/filters.js?3" > < / script >
< script type = "text/javascript" src = "js/directives.js?7" > < / script >
< / body >
< / html >