diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-02 11:42:06 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-02 11:42:06 -0400 |
| commit | 36eb530ed0e1b741fe62b33fa35868fe6d75093b (patch) | |
| tree | e387e7ebd81e35b9627778f8ec611613e9d75dc3 /static/index.html | |
| parent | 599595c3c77efe102f33031cc8bab01cd0c31379 (diff) | |
use consistent style for page metadata
Diffstat (limited to 'static/index.html')
| -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 e2461d47..519bd4e3 100644 --- a/static/index.html +++ b/static/index.html @@ -2,11 +2,11 @@ <html lang="en"> <head> <meta charset="utf-8"/> + <title>GrapheneOS</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="viewport" content="width=device-width, initial-scale=1"/> <meta property="og:site_name" content="GrapheneOS"/> - <meta name="description" content="GrapheneOS is a security and privacy focused mobile OS with Android app compatibility."/> - <title>GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/"/> |
