diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 10:20:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 10:20:27 +0200 |
| commit | a2029f05878368f2057ba2ffe27eeb7a4cd0bb3d (patch) | |
| tree | 78126e21cdfb7a720c4186a4201b3075c748ff78 /site/public/research/01_from_1_to_100_pixels | |
| parent | 11663b4b83cd735e83229a4ce85d6a3d4c1cb941 (diff) | |
rebuild
Diffstat (limited to 'site/public/research/01_from_1_to_100_pixels')
| -rw-r--r-- | site/public/research/01_from_1_to_100_pixels/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/site/public/research/01_from_1_to_100_pixels/index.html b/site/public/research/01_from_1_to_100_pixels/index.html index 9e723a46..dc15c62c 100644 --- a/site/public/research/01_from_1_to_100_pixels/index.html +++ b/site/public/research/01_from_1_to_100_pixels/index.html @@ -5,8 +5,15 @@ <meta charset="utf-8" /> <meta name="author" content="Adam Harvey" /> <meta name="description" content="High resolution insights from low resolution imagery" /> + <meta property="og:title" content="MegaPixels"/> + <meta property="og:type" content="website"/> + <meta property="og:image" content="assets/intro.jpg" /> + <meta property="og:url" content="https://megapixels.cc/"/> + <meta property="og:site_name" content="MegaPixels" /> <meta name="referrer" content="no-referrer" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> + <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <meta name="apple-mobile-web-app-capable" content="yes"> <link rel='stylesheet' href='/assets/css/fonts.css' /> <link rel='stylesheet' href='/assets/css/css.css' /> <link rel='stylesheet' href='/assets/css/leaflet.css' /> |
