logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 1abdb88caa76289a349846262d34ea3de9ed4d3b
parent ea7b1d961fb155222ab5a79e28c64cb66b55098f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 15 Apr 2019 06:24:14 +0200

projects/badwolf: Fix typo

Diffstat:

Mprojects/badwolf.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/badwolf.shtml b/projects/badwolf.shtml @@ -34,7 +34,7 @@ <h3>Similar browsers</h3> <p>Theses are the browsers where I drew inspiration or some hints from their code from:</p> <ul> - <li><a href="https://uninformativ.de/git/lariza">lariza></a>: Minimalist WebKitGTK browser, reuses tabbed, vi modal edition</li> + <li><a href="https://uninformativ.de/git/lariza">lariza</a>: Minimalist WebKitGTK browser, reuses tabbed, vi modal edition</li> <li><a href="https://wiki.gnome.org/Apps/Web">Epiphany</a> (aka Gnome Web): GNOME-weight WebKitGTK browser, haven’t used it but looked at the code for hints</li> </ul> <h3>Related Articles</h3>