diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 16:21:55 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 16:21:55 -0400 |
| commit | fad1d9ad5b7e67c92c5bd8a841f2d2bffb37161f (patch) | |
| tree | 9f72e5a44cdcba6ad0eafb5e735d1ce8e8f889e4 | |
| parent | 36a9843a00f857ac4748b0c4e808432ebf9dc830 (diff) | |
add header links to the usage page
| -rw-r--r-- | static/usage.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/usage.html b/static/usage.html index 839a4542..376597d9 100644 --- a/static/usage.html +++ b/static/usage.html @@ -35,7 +35,10 @@ <div id="content"> <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 id="auditor">Auditor</h2> + <h2 id="auditor"> + Auditor + <a href="#auditor">ΒΆ</a> + </h2> <p>See the <a href="https://attestation.app/tutorial">tutorial page on the site for the attestation sub-project</a>.</p> </div> <footer> |
