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/index.html | |
| parent | d30566d8f6597fad50c950fdc7bee1f809445512 (diff) | |
include Web App Manifest for all pages
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
