diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 21:59:32 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 21:59:32 +0300 |
commit | 1ed0137c7143a7f0f9f6257a082f64ed8c2b5961 (patch) | |
tree | 6d66b0b1cb9a1eb8bc489e8d46f8d838293fed5e /src/prj/index.html | |
parent | 406f609ee81ce0f32c1fe5536d645d4283dbcb22 (diff) |
Add an article on ‘totp(1)’
Diffstat (limited to 'src/prj/index.html')
-rw-r--r-- | src/prj/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prj/index.html b/src/prj/index.html index c38dd05..b8c8bc9 100644 --- a/src/prj/index.html +++ b/src/prj/index.html @@ -30,6 +30,7 @@ <p>Posts:</p> <ul> + <li><a href="totp">totp — generate TOTP codes</a></li> <li><a href="mkpass">mkpass — make a password</a></li> <li><a href="mmv">mmv, mpc — mapped file moves and -copies</a></li> </ul> |