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 a391e239543dea60fce78191d32425d93e8021fd
parent 4d398e030dc80ec92653d2ba66a4e36a9fb6f95f
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon, 28 Mar 2022 15:45:55 +0200

Added lang=en

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

diff --git a/top.html b/top.html @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <title> TITLE | Sebastiano Tronto </title> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css">