diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:22:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:22:16 -0400 |
| commit | c446f4d57ee9489ff5ad5e7c22f2f36534332592 (patch) | |
| tree | 80572b172e51d124ab7a9a4abce6726ddf6469ad /static | |
| parent | 78a87a08de07498199c12cb665c2e2a9b9404c6e (diff) | |
improve web install page title
Diffstat (limited to 'static')
| -rw-r--r-- | static/install/web.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/install/web.html b/static/install/web.html index 34d449f5..2128482f 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -2,14 +2,14 @@ <html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="utf-8"/> - <title>Web | Install | GrapheneOS</title> + <title>Web installer | Install | GrapheneOS</title> <meta name="description" content="Web-based installer 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 web install guide"/> + <meta property="og:title" content="GrapheneOS web installer"/> <meta property="og:description" content="Web-based installer 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"/> @@ -50,7 +50,7 @@ </nav> </header> <main id="web-install"> - <h1><a href="#web-install">Web install</a></h1> + <h1><a href="#web-install">Web installer</a></h1> <p>This is a WebUSB-based installer for GrapheneOS and is the recommended approach for most users. The <a href="/install/cli">command-line installation guide</a> is the more |
