aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-10-07 17:16:20 -0500
committerJesús <heckyel@hyperbola.info>2020-10-07 17:16:20 -0500
commit719e93d2517b996b57e3ccc914320d1ac7001245 (patch)
tree05508c17cdaf9cd77dfdb2777360d2b916f4350a
parent97f3f9d3122f9af08bfe7499f5a169630f56014d (diff)
downloadweb-base-719e93d2517b996b57e3ccc914320d1ac7001245.tar.lz
web-base-719e93d2517b996b57e3ccc914320d1ac7001245.tar.xz
web-base-719e93d2517b996b57e3ccc914320d1ac7001245.zip
Fix lang UTF-8
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index adcf55e..366006f 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html lang="xyz">
+<html lang="zxx">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>