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/test/chart/index.html | |
| parent | 11663b4b83cd735e83229a4ce85d6a3d4c1cb941 (diff) | |
rebuild
Diffstat (limited to 'site/public/test/chart/index.html')
| -rw-r--r-- | site/public/test/chart/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/site/public/test/chart/index.html b/site/public/test/chart/index.html index 10a6bb0b..fc8bfa28 100644 --- a/site/public/test/chart/index.html +++ b/site/public/test/chart/index.html @@ -5,8 +5,15 @@ <meta charset="utf-8" /> <meta name="author" content="Megapixels" /> <meta name="description" content="Chart Test" /> + <meta property="og:title" content="MegaPixels"/> + <meta property="og:type" content="website"/> + <meta property="og:image" content="" /> + <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' /> |
