kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 32bf392da2da95e7476095bd2a081e11c81d5048
parent b48bb450b3b108ba7fa3efc1fb8595d3397fc1a0
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Sat, 17 Feb 2024 21:54:29 -0300

Correct title capitalizatoin on index greeting message

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
@@ -27,7 +27,7 @@
         <!--#include virtual="/common/header.shtml" -->
 
         <article>
-            <h1 id="index-title">Hello, world!</h1>
+            <h1 id="index-title">Hello, World!</h1>
 
             <p>This is my personal webpage, in here you will find <a href=/about>contact information</a>, my <a href=/blog>blog</a>, where I post about random stuff, mostly tech related, and my self hosted <a href="https://git.kloeckner.com.ar/">git server</a>, which I try to keep in sync with my <a href="https://github.com/mjkloeckner">github</a> repositories. I've also added a <a href="https://kloeckner.com.ar/files/">files</a> section where I upload random files to share.</p>