Browse Source

merged with master

gh-pages
Igor Zhukov 11 years ago
parent
commit
fe6f9d69b6
  1. 2
      app.manifest
  2. 2
      css/app.css
  3. 9
      index.html
  4. 2
      js/app.js
  5. 2
      js/app.js.map

2
app.manifest

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Wed Apr 30 2014 11:10:47 GMT+0800 (SGT)
# Time: Wed Apr 30 2014 11:52:49 GMT+0800 (SGT)
CACHE:

2
css/app.css

File diff suppressed because one or more lines are too long

9
index.html

@ -1,5 +1,14 @@
<!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."><script type=text/javascript>(function () {
// Prevent click-jacking
try {
if (self == top) {
document.documentElement.style.display = 'block';
} else {
top.location = self.location;
}
} catch (e) {console.error('CJ protection', e)};
window.safeConfirm = function (params, callback) {
if (typeof params === 'string') {
params = {message: params};

2
js/app.js

File diff suppressed because one or more lines are too long

2
js/app.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save