diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-22 12:17:02 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-22 12:17:02 +0200 |
| commit | f4a38cf2c2a0dbde5f2e3abaa5fd0b0399fc5c11 (patch) | |
| tree | 41656d217417a7822edacdf3f2788ea671b307b8 | |
| parent | 2930632c5e0a53eeda24aaaf66bc3c2aab758dba (diff) | |
| download | sebastiano.tronto.net-f4a38cf2c2a0dbde5f2e3abaa5fd0b0399fc5c11.tar.gz sebastiano.tronto.net-f4a38cf2c2a0dbde5f2e3abaa5fd0b0399fc5c11.zip | |
Changed style.css name to force reload
| -rw-r--r-- | src/style-1.css (renamed from src/style.css) | 0 | ||||
| -rw-r--r-- | top.html | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/style.css b/src/style-1.css index d40758f..d40758f 100644 --- a/src/style.css +++ b/src/style-1.css | |||
| @@ -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> |
