diff options
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 |
