static-httpd

Sitio web estático (HTML + CSS) que sostiene el blog del autor
Log | Files | Refs

commit dea5d4970eff626350775cb82472b7679313e128
parent ed4ad7d78d9f6829aaf1edb68af4c89d4aa76967
Author: fjbalon <fbalon@templier.es>
Date:   Tue,  7 Jul 2026 12:33:46 +0200

Actualización de barra nav de index con git y log

Diffstat:
Mindex.html | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -11,7 +11,9 @@ <img class="logo" src="logo.png" alt="Bernardo de Borgoña"> <h1 class="title">Bernardo de Borgoña</h1> <nav class="menu"> -<a href="./git">/git</a> +<a href="/git">/git</a> +<span> </span> +<a href="https://templier.es/git/static-httpd/log.html">/log</a> </nav> </header>