summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-10-25 19:28:12 +0200
committermarcellus <msimon_fr@hotmail.com>2023-10-25 19:28:12 +0200
commit9aa341382b246c26c95c893610b3984ba5ee2f14 (patch)
tree0683982d61f788f6cb179988a5bd8fecaf54d0fc
parentcc2e48c19214b12b0edc550e371142e91387c63b (diff)
fix: encoding
-rw-r--r--en/aboutme.html1
-rw-r--r--en/it.html1
-rw-r--r--en/music.html1
-rw-r--r--info.html1
-rw-r--r--musique.html4
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>
diff --git a/en/it.html b/en/it.html
index 2e8f97f..6d8a0c2 100644
--- a/en/it.html
+++ b/en/it.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="../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">
diff --git a/info.html b/info.html
index 728085f..4b49c7e 100644
--- a/info.html
+++ b/info.html
@@ -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>