Guest User

Untitled

a guest
May 6th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. <!doctype html>
  2. <html lang=en manifest=webogram.appcache ng-csp xmlns:ng=http://angularjs.org id=ng-app style="display: none;">
  3. <head>
  4. <meta charset=utf-8>
  5. <meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  6. <title>Telegram Web</title>
  7. <link rel=stylesheet href=css/app.css>
  8. <link rel=manifest href=manifest.webapp.json>
  9. <link rel=icon href=favicon.ico type=image/x-icon>
  10. <link rel=apple-touch-icon href=img/iphone_home120.png>
  11. <link rel=apple-touch-icon sizes=120x120 href=img/iphone_home120.png>
  12. <link rel=apple-touch-startup-image media="(device-width: 320px)" href=img/iphone_startup.png>
  13. <meta name=apple-mobile-web-app-title content="Telegram Web">
  14. <meta name=mobile-web-app-capable content=yes>
  15. <meta name=apple-mobile-web-app-capable content=yes>
  16. <meta name=apple-mobile-web-app-status-bar-style content=black-translucent>
  17. <meta name=theme-color content=#497495>
  18. <meta name=google content=notranslate>
  19. <meta property=og:title content="Telegram Web">
  20. <meta property=og:url content="https://web.telegram.org/">
  21. <meta property=og:image:width content=236>
  22. <meta property=og:image:height content=236>
  23. <meta property=og:image content=https://web.telegram.org/img/logo_share.png>
  24. <meta property=og:site_name content="Telegram Web">
  25. <meta property=description content="Welcome to the Web application of Telegram messenger. See https://github.com/zhukov/webogram for more info.">
  26. <meta property=og:description content="Welcome to the Web application of Telegram messenger. See https://github.com/zhukov/webogram for more info.">
  27. </head>
  28. <body>
  29. <div class=page_wrap ng-view></div>
  30. <div id=notify_sound></div>
  31. <script src=js/app.js></script>
  32. </body>
  33. </html>
  34.  
Advertisement
Add Comment
Please, Sign In to add comment