diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-09 09:22:20 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-09 09:22:20 +0200 |
| commit | 954bd2f443fa9edcd68201f5579c908b7317c6fc (patch) | |
| tree | ef2de40089f7a3df352a8efee89af7d23d11f03d /top.html | |
| parent | 0f564347ca3b5e3dbe7e5792b35689ab42c3c6f5 (diff) | |
| download | sebastiano.tronto.net-954bd2f443fa9edcd68201f5579c908b7317c6fc.tar.gz sebastiano.tronto.net-954bd2f443fa9edcd68201f5579c908b7317c6fc.zip | |
Small fix in tempalte HTML
Diffstat (limited to 'top.html')
| -rw-r--r-- | top.html | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ | |||
| 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" /> | 5 | <meta name="viewport" content="width=device-width"> |
| 6 | <link rel="stylesheet" type="text/css" href="/style-5.css"> | 6 | <link rel="stylesheet" type="text/css" href="/style-5.css"> |
| 7 | <link rel="icon" href="/favicon.png"> | 7 | <link rel="icon" href="/favicon.png"> |
| 8 | <meta charset="utf-8"> | 8 | <meta charset="utf-8"> |
