aboutsummaryrefslogtreecommitdiff
path: root/top.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-05-22 12:17:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-05-22 12:17:02 +0200
commitf4a38cf2c2a0dbde5f2e3abaa5fd0b0399fc5c11 (patch)
tree41656d217417a7822edacdf3f2788ea671b307b8 /top.html
parent2930632c5e0a53eeda24aaaf66bc3c2aab758dba (diff)
downloadsebastiano.tronto.net-f4a38cf2c2a0dbde5f2e3abaa5fd0b0399fc5c11.tar.gz
sebastiano.tronto.net-f4a38cf2c2a0dbde5f2e3abaa5fd0b0399fc5c11.zip
Changed style.css name to force reload
Diffstat (limited to 'top.html')
-rw-r--r--top.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/top.html b/top.html
index 4848666..4313060 100644
--- a/top.html
+++ b/top.html
@@ -2,7 +2,8 @@
2<html lang="en"> 2<html lang="en">
3<head> 3<head>
4 <title> TITLE | Sebastiano Tronto </title> 4 <title> TITLE | Sebastiano Tronto </title>
5<meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css"> 5 <meta name="viewport" content="width=device-width" />
6 <link rel="stylesheet" type="text/css" href="/style-1.css">
6 <link rel="icon" href="/favicon.png"> 7 <link rel="icon" href="/favicon.png">
7 <meta charset="utf-8"> 8 <meta charset="utf-8">
8</head> 9</head>

Generated with cgit - Back to sebastiano.tronto.net