diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-25 21:44:41 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-25 21:44:41 -0500 |
| commit | b9d95bf6b109105a8b3297db53a57ba7e2e7f325 (patch) | |
| tree | 06d6cf80927b0a92d9142fbfcbfd56cf47ee19ab /static/features.html | |
| parent | ba874116e4b2bfc544fc96ca213eb4d29f23dfcb (diff) | |
add table of contents to feature page
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index b65550e0..07038922 100644 --- a/static/features.html +++ b/static/features.html @@ -60,6 +60,16 @@ AOSP and the hardware are not covered here. Documentation on that will be gradually added elsewhere on our site.</p> + <nav id="table-of-contents"> + <h2><a href="#table-of-contents">Table of contents</a></h2> + + <ul> + <li><a href="#grapheneos">GrapheneOS</a></li> + <li><a href="#services">Services</a></li> + <li><a href="#project">Project</a></li> + </ul> + </nav> + <section id="grapheneos"> <h2><a href="#grapheneos">GrapheneOS</a></h2> |
