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 f4a38cf2c2a0dbde5f2e3abaa5fd0b0399fc5c11
parent 2930632c5e0a53eeda24aaaf66bc3c2aab758dba
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sun, 22 May 2022 12:17:02 +0200

Changed style.css name to force reload

Diffstat:
Rsrc/style.css -> src/style-1.css | 0
Mtop.html | 3++-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/style.css b/src/style-1.css diff --git a/top.html b/top.html @@ -2,7 +2,8 @@ <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"> + <meta name="viewport" content="width=device-width" /> + <link rel="stylesheet" type="text/css" href="/style-1.css"> <link rel="icon" href="/favicon.png"> <meta charset="utf-8"> </head>