diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-27 23:47:25 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-27 23:47:25 -0400 |
| commit | 5f9b41a551f9c3849f7a392cf522cad28d97bc25 (patch) | |
| tree | fdf9eee7d8fbf397369c3f10b491194bd6834474 /static | |
| parent | d30566d8f6597fad50c950fdc7bee1f809445512 (diff) | |
include Web App Manifest for all pages
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 1 | ||||
| -rw-r--r-- | static/index.html | 1 | ||||
| -rw-r--r-- | static/install.html | 1 | ||||
| -rw-r--r-- | static/releases.html | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 3749713a..3f0fb8c5 100644 --- a/static/build.html +++ b/static/build.html @@ -7,6 +7,7 @@ <meta name="description" content="Building instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <title>Build | GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> + <link rel="manifest" href="/manifest.webmanifest"/> </head> <body> <nav> diff --git a/static/index.html b/static/index.html index 3329bcc1..cf14a746 100644 --- a/static/index.html +++ b/static/index.html @@ -7,6 +7,7 @@ <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"/> </head> <body> <nav> diff --git a/static/install.html b/static/install.html index 47097d75..12cb77c0 100644 --- a/static/install.html +++ b/static/install.html @@ -7,6 +7,7 @@ <meta name="description" content="Installation instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <title>Install | GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> + <link rel="manifest" href="/manifest.webmanifest"/> </head> <body> <nav> diff --git a/static/releases.html b/static/releases.html index 668cfbe7..c668ef02 100644 --- a/static/releases.html +++ b/static/releases.html @@ -7,6 +7,7 @@ <meta name="description" content="Official releases of GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <title>Releases | GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> + <link rel="manifest" href="/manifest.webmanifest"/> </head> <body> <nav> |
