diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 22:51:39 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 22:57:08 -0400 |
| commit | f5766668bb7464b0426bb4625309d4ad68823c08 (patch) | |
| tree | 45fe5d3293be05d9cac29307db97763349249b81 /static/index.html | |
| parent | 3f4a26cc86c67ba83970ac1bc681733a56eb3629 (diff) | |
add donation page based on attestation.app
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index dc3acf1d..d0477ba5 100644 --- a/static/index.html +++ b/static/index.html @@ -6,9 +6,15 @@ <meta name="viewport" content="width=device-width, initial-scale=1"/> <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"/> + <link rel="stylesheet" href="/grapheneos.css?0"/> </head> <body> + <nav> + <ul> + <li class="active"><a href="/">GrapheneOS</a></li> + <li><a href="/donate">Donate</a></li> + </ul> + </nav> <div id="content"> <h1>GrapheneOS releases</h1> <p>These are early sample releases of GrapheneOS, an open source privacy and security |
