diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-05 11:53:03 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-05 11:53:03 -0500 |
| commit | 753552e2ac9c0a6e9a11e1aae6d56b32bee5e8f1 (patch) | |
| tree | be3c24ccdda2ca36ba190411865055b6e39edce4 /static/index.html | |
| parent | cc9b9d211d3b16bbcf5d6ad3dd2eee8c1be06fbe (diff) | |
add features page to menu elsewhere
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 55585fb4..46adecb8 100644 --- a/static/index.html +++ b/static/index.html @@ -30,6 +30,7 @@ <nav id="site-menu"> <ul> <li aria-current="page"><a href="/">GrapheneOS</a></li> + <li><a href="/features">Features</a></li> <li><a href="/install">Install</a></li> <li><a href="/build">Build</a></li> <li><a href="/usage">Usage</a></li> |
