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/templates/home.html | |
| parent | 11663b4b83cd735e83229a4ce85d6a3d4c1cb941 (diff) | |
rebuild
Diffstat (limited to 'site/templates/home.html')
| -rw-r--r-- | site/templates/home.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/site/templates/home.html b/site/templates/home.html index 4a7a5027..98e7a1ca 100644 --- a/site/templates/home.html +++ b/site/templates/home.html @@ -7,6 +7,16 @@ <meta name="description" content="MegaPixels: Facial Recognition Datasets" /> <meta name="referrer" content="no-referrer" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <meta property="og:title" content="MegaPixels"/> + <meta property="og:type" content="website"/> + <meta property="og:image" content="https://okfoc.us/assets/images/ok_icon.png" /> + <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=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/splash.css' /> |
