diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-18 10:49:37 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-18 10:49:37 -0400 |
| commit | 1a3847e5ebc05896dfa6d088e90050bdad6671fc (patch) | |
| tree | 3fe6b61251e2bea3e845eae2af03787d4e3c4cd2 | |
| parent | 7240756fe2d0628d0978fb5cce802484a7e574c5 (diff) | |
add better title for main page
| -rw-r--r-- | static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index 9fc62892..3830fabf 100644 --- a/static/index.html +++ b/static/index.html @@ -2,14 +2,14 @@ <html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="utf-8"/> - <title>GrapheneOS</title> + <title>GrapheneOS: the private and secure mobile OS</title> <meta name="description" content="GrapheneOS is a security and privacy focused mobile OS with Android app compatibility."/> <meta name="theme-color" content="#212121"/> <meta name="msapplication-TileColor" content="#ffffff"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="twitter:site" content="@GrapheneOS"/> <meta name="twitter:creator" content="@GrapheneOS"/> - <meta property="og:title" content="GrapheneOS"/> + <meta property="og:title" content="GrapheneOS: the private and secure mobile OS"/> <meta property="og:description" content="GrapheneOS is a security and privacy focused mobile OS with Android app compatibility."/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://grapheneos.org/opengraph.png"/> |
