diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-10-25 19:28:12 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-10-25 19:28:12 +0200 |
| commit | 9aa341382b246c26c95c893610b3984ba5ee2f14 (patch) | |
| tree | 0683982d61f788f6cb179988a5bd8fecaf54d0fc | |
| parent | cc2e48c19214b12b0edc550e371142e91387c63b (diff) | |
fix: encoding
| -rw-r--r-- | en/aboutme.html | 1 | ||||
| -rw-r--r-- | en/it.html | 1 | ||||
| -rw-r--r-- | en/music.html | 1 | ||||
| -rw-r--r-- | info.html | 1 | ||||
| -rw-r--r-- | musique.html | 4 |
5 files changed, 7 insertions, 1 deletions
diff --git a/en/aboutme.html b/en/aboutme.html index c259bed..d835266 100644 --- a/en/aboutme.html +++ b/en/aboutme.html @@ -3,6 +3,7 @@ <head> <title>Marcellus</title> <link rel="stylesheet" type="text/css" href="../style.css" /> + <meta content="text/html; charset=utf-8" http-equiv="content-type" /> </head> <body> <a href="../moa.html" class="language">🇫🇷</a> @@ -3,6 +3,7 @@ <head> <title>Marcellus</title> <link rel="stylesheet" type="text/css" href="../style.css"> + <meta content="text/html; charset=utf-8" http-equiv="content-type" /> </head> <body> <a href="../info.html" class="language">🇫🇷</a> diff --git a/en/music.html b/en/music.html index f191221..9a6ec63 100644 --- a/en/music.html +++ b/en/music.html @@ -3,6 +3,7 @@ <head> <title>Marcellus</title> <link rel="stylesheet" type="text/css" href=../style.css /> + <meta content="text/html; charset=utf-8" http-equiv="content-type" /> </head> <body> <div class="content"> @@ -2,6 +2,7 @@ <html> <head> <title>Marcellus</title> + <meta content="text/html; charset=utf-8" http-equiv="content-type" /> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> diff --git a/musique.html b/musique.html index 37ac331..ec81e2a 100644 --- a/musique.html +++ b/musique.html @@ -1,7 +1,9 @@ <!DOCTYPE html>
<html>
<head>
- <title>Marcellus</title>
+ <title>Marcellus</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ <meta content="text/html; charset=utf-8" http-equiv="content-type" />
</head>
<body>
<a href="en/music.html">🤮🇬🇧</a>
|
