diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-27 00:50:02 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-27 00:50:02 +0100 |
| commit | 48a49aabb47fb2601149831c29cab10e5c1dc00e (patch) | |
| tree | 6341b26e4862eca887a9ee96ae71e05fbbc46085 /templates | |
| parent | d780b8361e5199f725687b4360b996849e40fc15 (diff) | |
| download | mitjafelicijan.com-48a49aabb47fb2601149831c29cab10e5c1dc00e.tar.gz | |
Better style
Diffstat (limited to 'templates')
| -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> |
