about summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-25 03:13:45 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-25 03:13:45 +0300
commit619f5707b95b3ff13047f6114e8b89ef665b1100 (patch)
treed507a6671e758a6399584f276eda83ef29240082 /www
parent93317bcd56a39fc70020143d6f4e6a615a45111f (diff)
downloadhttpy-619f5707b95b3ff13047f6114e8b89ef665b1100.tar.gz
httpy-619f5707b95b3ff13047f6114e8b89ef665b1100.zip
Add UTF-8 support
Probably useful to have it
Diffstat (limited to 'www')
-rw-r--r--www/about.html1
-rw-r--r--www/index.html1
-rw-r--r--www/projects.html1
-rw-r--r--www/test.html1
4 files changed, 4 insertions, 0 deletions
diff --git a/www/about.html b/www/about.html
index aa0b57e..b9fde96 100644
--- a/www/about.html
+++ b/www/about.html
@@ -2,6 +2,7 @@
 <html lang="en">
 <head>
     <title> The YES's Page </title>
+    <meta charset="UTF-8">
     <link rel="stylesheet" href="css/styles.css">
 </head>
 <body>
diff --git a/www/index.html b/www/index.html
index b40895f..79ff93c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -2,6 +2,7 @@
 <html lang="en">
 <head>
     <title> The YES's Page </title>
+    <meta charset="UTF-8">
     <link rel="stylesheet" href="css/styles.css">
 </head>
 <body>
diff --git a/www/projects.html b/www/projects.html
index 95be2f4..be48254 100644
--- a/www/projects.html
+++ b/www/projects.html
@@ -2,6 +2,7 @@
 <html lang="en">
 <head>
     <title> The YES's Page </title>
+    <meta charset="UTF-8">
     <link rel="stylesheet" href="css/styles.css">
 </head>
 <body>
diff --git a/www/test.html b/www/test.html
index b3f38f3..9f0d12d 100644
--- a/www/test.html
+++ b/www/test.html
@@ -2,6 +2,7 @@
 <html lang="en">
 <head>
     <title> The YES's Page </title>
+    <meta charset="UTF-8">
     <link rel="stylesheet" href="css/styles.css">
 </head>
 <body>