diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-30 11:15:06 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-30 11:15:06 +0100 |
| commit | b0723c4bc8e7b23f8534cc209ab0a20ddcc257ed (patch) | |
| tree | e2d1e5858290b3b2832dcefe7f8b5666fb4d0972 /index.template.html | |
| parent | 8709793284d04e31822688e83abc393dbfe13b26 (diff) | |
| download | cacharle.xyz-b0723c4bc8e7b23f8534cc209ab0a20ddcc257ed.tar.gz cacharle.xyz-b0723c4bc8e7b23f8534cc209ab0a20ddcc257ed.tar.bz2 cacharle.xyz-b0723c4bc8e7b23f8534cc209ab0a20ddcc257ed.zip | |
Added rot13 util
Diffstat (limited to 'index.template.html')
| -rw-r--r-- | index.template.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/index.template.html b/index.template.html index 0b1e133..375652f 100644 --- a/index.template.html +++ b/index.template.html @@ -21,6 +21,11 @@ <!--BLOGINDEX--> </ul> + <h2>Utils</h2> + <ul> + <!--UTILSINDEX--> + </ul> + <h2>Links</h2> <li><a href="https://github.com/cacharle">github</a></li> <li><a href="https://git.cacharle.xyz">git server</a></li> |
