sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit 954bd2f443fa9edcd68201f5579c908b7317c6fc
parent 0f564347ca3b5e3dbe7e5792b35689ab42c3c6f5
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon,  9 Jun 2025 09:22:20 +0200

Small fix in tempalte HTML

Diffstat:
Mtop.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/top.html b/top.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <title> TITLE | Sebastiano Tronto </title> - <meta name="viewport" content="width=device-width" /> + <meta name="viewport" content="width=device-width"> <link rel="stylesheet" type="text/css" href="/style-5.css"> <link rel="icon" href="/favicon.png"> <meta charset="utf-8">