diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:44:23 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:44:23 -0400 |
| commit | f257c8af7cf35566de8f9743e929cf7a35ae690a (patch) | |
| tree | 6cfeb4ff09fc2fa273fa062172dc836433eb8c84 /static/features.html | |
| parent | 4e002bdf301374da930cf6a0f41b06961c91a643 (diff) | |
improve features page title
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/features.html b/static/features.html index c68eeaf9..6e2afaeb 100644 --- a/static/features.html +++ b/static/features.html @@ -2,14 +2,14 @@ <html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="utf-8"/> - <title>Features | GrapheneOS</title> + <title>Feature overview | GrapheneOS</title> <meta name="description" content="Overview of GrapheneOS features differentiating it from the Android Open Source Project."/> <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 feature overview"/> + <meta property="og:title" content="GrapheneOS features overview"/> <meta property="og:description" content="Overview of GrapheneOS features differentiating it from the Android Open Source Project."/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://grapheneos.org/opengraph.png"/> @@ -47,7 +47,7 @@ </nav> </header> <main id="features"> - <h1><a href="#features">GrapheneOS feature overview</a></h1> + <h1><a href="#features">Features overview</a></h1> <p>This is an overview of the current set of features differentiating GrapheneOS from the Android Open Source Project (AOSP). This page does not currently cover any of our |
