2014-01-05 16:07:11 +00:00
<!doctype html>
2014-01-17 09:27:49 +00:00
< html lang = "en" ng-app = "myApp" > <!-- ng - csp="" -->
2014-01-05 16:07:11 +00:00
< 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" / >
2014-02-03 18:39:29 +00:00
< link rel = "stylesheet" href = "css/app.css?17" / >
2014-01-30 18:14:31 +00:00
< link rel = "icon" href = "favicon.ico" type = "image/x-icon" / >
2014-01-23 13:49:24 +00:00
< meta property = "og:title" content = "Webogram" >
2014-01-23 15:19:55 +00:00
< meta property = "og:url" content = "http://zhukov.github.io/webogram/" >
2014-01-23 15:30:03 +00:00
< meta property = "og:image" content = "http://zhukov.github.io/webogram/img/logo_share.png" >
2014-01-23 13:49:24 +00:00
< 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." >
2014-01-05 16:07:11 +00:00
< / head >
< body >
< div ng-view > < / div >
2014-01-23 19:46:00 +00:00
< script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45099287-2');
ga('send', 'pageview');
< / script >
2014-01-24 19:29:32 +00:00
< script type = "text/javascript" src = "vendor/console-polyfill/console-polyfill.js?1" > < / script >
2014-01-05 16:07:11 +00:00
< script type = "text/javascript" src = "vendor/jquery/jquery.min.js" > < / script >
< script type = "text/javascript" src = "vendor/jquery.nanoscroller/nanoscroller.js" > < / script >
2014-02-03 18:39:29 +00:00
< script type = "text/javascript" src = "vendor/jquery.emojiarea/jquery.emojiarea.js?4" > < / script >
2014-01-05 16:07:11 +00:00
2014-01-22 10:09:49 +00:00
< 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 >
2014-01-29 14:37:18 +00:00
< script type = "text/javascript" src = "vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.7.0.js?3" > < / script >
2014-01-05 16:07:11 +00:00
< script type = "text/javascript" src = "vendor/jsbn/jsbn_combined.js" > < / script >
2014-01-26 21:58:22 +00:00
< script type = "text/javascript" src = "vendor/cryptoJS/crypto.js?1" > < / script >
2014-01-05 16:07:11 +00:00
< script type = "text/javascript" src = "vendor/zlib/gunzip.min.js" > < / script >
< script type = "text/javascript" src = "js/lib/config.js" > < / script >
2014-01-27 17:47:04 +00:00
< script type = "text/javascript" src = "js/lib/mtproto.js?17" > < / script >
2014-01-05 16:07:11 +00:00
< script type = "text/javascript" src = "js/util.js" > < / script >
2014-02-03 12:47:26 +00:00
< script type = "text/javascript" src = "js/app.js?12" > < / script >
2014-01-31 15:05:47 +00:00
< script type = "text/javascript" src = "js/services.js?13" > < / script >
2014-02-03 18:39:29 +00:00
< script type = "text/javascript" src = "js/controllers.js?21" > < / script >
2014-01-21 17:56:30 +00:00
< script type = "text/javascript" src = "js/filters.js?3" > < / script >
2014-02-03 18:39:29 +00:00
< script type = "text/javascript" src = "js/directives.js?15" > < / script >
2014-01-05 16:07:11 +00:00
< / body >
< / html >