5 changed files with 79 additions and 6 deletions
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
<!doctype html><html lang=en ng-app=myApp manifest=app.manifest><head><meta charset=utf-8><meta name=viewport content="width=device-width, user-scalable=no"><title>Webogram</title><link rel=stylesheet href=css/app.css><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 src=js/app.js></script></body></html> |
||||
<!doctype html><html lang=en ng-app=myApp manifest=webogram.appcache><head><meta charset=utf-8><meta name=viewport content="width=device-width, user-scalable=no"><title>Webogram</title><link rel=stylesheet href=css/app.css><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 src=js/app.js></script></body></html> |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,73 @@
|
||||
CACHE MANIFEST |
||||
# Time: Wed May 14 2014 21:07:56 GMT+0400 (MSK) |
||||
|
||||
|
||||
CACHE: |
||||
app.manifest |
||||
favicon.ico |
||||
favicon_unread.ico |
||||
css/app.css |
||||
img/TLogo2_1x.png |
||||
img/TLogo2_2x.png |
||||
img/TLogo_1x.png |
||||
img/Tlogo_2x.png |
||||
img/WebIntro1.png |
||||
img/WebIntro1_1x.png |
||||
img/WebIntro2.png |
||||
img/WebIntro2_1x.png |
||||
img/WebIntro3.png |
||||
img/WebIntro3_1x.png |
||||
img/bg_tile.png |
||||
img/blank.gif |
||||
img/decentralization.png |
||||
img/emojisprite_0.png |
||||
img/emojisprite_1.png |
||||
img/emojisprite_2.png |
||||
img/emojisprite_3.png |
||||
img/emojisprite_4.png |
||||
img/logo_dogogram.png |
||||
img/logo_share.png |
||||
img/sound_a.wav |
||||
js/app.js |
||||
js/app.js.map |
||||
img/icons/Checks1_1x.png |
||||
img/icons/Checks1_2x.png |
||||
img/icons/Checks2_1x.png |
||||
img/icons/Checks2_2x.png |
||||
img/icons/IconsetSmiles.png |
||||
img/icons/IconsetSmiles_1x.png |
||||
img/icons/IconsetW.png |
||||
img/icons/IconsetW_1x.png |
||||
img/icons/PhotoControls.png |
||||
img/icons/PhotoControls_1x.png |
||||
img/placeholders/DialogListAvatarSystem@2x.png |
||||
img/placeholders/GroupAvatar1@2x.png |
||||
img/placeholders/GroupAvatar2@2x.png |
||||
img/placeholders/GroupAvatar3@2x.png |
||||
img/placeholders/GroupAvatar4@2x.png |
||||
img/placeholders/PhotoThumbConversation.gif |
||||
img/placeholders/PhotoThumbModal.gif |
||||
img/placeholders/UserAvatar1@2x.png |
||||
img/placeholders/UserAvatar2@2x.png |
||||
img/placeholders/UserAvatar3@2x.png |
||||
img/placeholders/UserAvatar4@2x.png |
||||
img/placeholders/UserAvatar5@2x.png |
||||
img/placeholders/UserAvatar6@2x.png |
||||
img/placeholders/UserAvatar7@2x.png |
||||
img/placeholders/UserAvatar8@2x.png |
||||
img/placeholders/VideoThumbConversation.gif |
||||
img/placeholders/VideoThumbModal.gif |
||||
js/lib/aes_worker.js |
||||
js/lib/mtproto.js |
||||
js/lib/pq_worker.js |
||||
js/lib/sha1_worker.js |
||||
vendor/closure/long.js |
||||
vendor/console-polyfill/console-polyfill.js |
||||
vendor/cryptoJS/crypto.js |
||||
vendor/jsbn/jsbn_combined.js |
||||
|
||||
|
||||
NETWORK: |
||||
http://* |
||||
https://* |
||||
* |
Loading…
Reference in new issue