diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:31:03 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:31:03 -0400 |
| commit | ffd57790446403a79ee3e2fe9220049c476bedfd (patch) | |
| tree | a48ce7d3eee99fe7064f5b229eea505057dcae75 /static | |
| parent | d898457161937952b0213b23aed30d8132301547 (diff) | |
improve usage guide page title
Diffstat (limited to 'static')
| -rw-r--r-- | static/usage.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/usage.html b/static/usage.html index 10f005ca..8e0c5803 100644 --- a/static/usage.html +++ b/static/usage.html @@ -2,14 +2,14 @@ <html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="utf-8"/> - <title>Usage | GrapheneOS</title> + <title>Usage guide | GrapheneOS</title> <meta name="description" content="Usage instructions for GrapheneOS, 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 usage documentation"/> + <meta property="og:title" content="GrapheneOS usage guide"/> <meta property="og:description" content="Usage instructions for GrapheneOS, 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"/> @@ -48,7 +48,7 @@ </nav> </header> <main id="usage"> - <h1><a href="#usage">Usage</a></h1> + <h1><a href="#usage">Usage guide</a></h1> <p>This is a guide covering some aspects of using GrapheneOS. See the <a href="/features">features page</a> for a list of GrapheneOS features.</p> |
