diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 16:17:33 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 16:17:33 -0400 |
| commit | d95a7fe1d5f9efafa544b6e6ac5fedac7a2b7db0 (patch) | |
| tree | 8c3ec27a4001711dde0a6e23570b01e6021df221 /static/usage.html | |
| parent | d183c966c571a2fe48d37bf066ee00d241cb3add (diff) | |
add more header ids for usage in links
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/usage.html b/static/usage.html index aced3c20..839a4542 100644 --- a/static/usage.html +++ b/static/usage.html @@ -33,9 +33,9 @@ </ul> </nav> <div id="content"> - <h1>Usage</h1> + <h1 id="usage">Usage</h1> <p><strong>This page is currently a placeholder and will be filled with lots of content over time.</strong></p> - <h2>Auditor</h2> + <h2 id="auditor">Auditor</h2> <p>See the <a href="https://attestation.app/tutorial">tutorial page on the site for the attestation sub-project</a>.</p> </div> <footer> |
