diff options
| -rw-r--r-- | templates/base.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html index 67a3708..bd1a67a 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -59,11 +59,11 @@ | |||
| 59 | <div class="hide-on-mobile"> | 59 | <div class="hide-on-mobile"> |
| 60 | <strong>Tools & Projects</strong> | 60 | <strong>Tools & Projects</strong> |
| 61 | <ul> | 61 | <ul> |
| 62 | <li><a href="https://mitjafelicijan.github.io/gguf-list/">GGUF model list</a></li> | 62 | <li><a href="https://mitjafelicijan.github.io/gguf-list/" target="_blank">GGUF model list</a></li> |
| 63 | <li><a href="https://mitjafelicijan.github.io/symbols/">Symbol explorer</a></li> | 63 | <li><a href="https://mitjafelicijan.github.io/symbols/" target="_blank">Symbol explorer</a></li> |
| 64 | <li><a href="https://mitjafelicijan.github.io/hextorgba/">HEX to RGBA</a></li> | 64 | <li><a href="https://mitjafelicijan.github.io/hextorgba/" target="_blank">HEX to RGBA</a></li> |
| 65 | <li><a href="https://mitjafelicijan.github.io/binary-visualization/">Binary Visualizations</a></li> | 65 | <li><a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">Binary Visualizations</a></li> |
| 66 | <li><a href="https://mitjafelicijan.github.io/mapsofdoom/">Maps of Doom</a></li> | 66 | <li><a href="https://mitjafelicijan.github.io/mapsofdoom/" target="_blank">Maps of Doom</a></li> |
| 67 | </ul> | 67 | </ul> |
| 68 | </div> | 68 | </div> |
| 69 | </aside> | 69 | </aside> |
