diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-21 03:04:02 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-21 14:11:00 +0100 |
commit | f2490078f0377fb93cd340404983b02ff4494168 (patch) | |
tree | c5a8caa596bad68a299c14c6bae52320a761b880 /index.html | |
parent | c3e1dca615ceb8fb55990a950c4dbc251959199b (diff) |
Set “lang=sv” in <html> tags.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="sv"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |