diff options
author | Jesús <heckyel@hyperbola.info> | 2020-10-07 17:16:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-10-07 17:16:20 -0500 |
commit | 719e93d2517b996b57e3ccc914320d1ac7001245 (patch) | |
tree | 05508c17cdaf9cd77dfdb2777360d2b916f4350a | |
parent | 97f3f9d3122f9af08bfe7499f5a169630f56014d (diff) | |
download | web-base-719e93d2517b996b57e3ccc914320d1ac7001245.tar.lz web-base-719e93d2517b996b57e3ccc914320d1ac7001245.tar.xz web-base-719e93d2517b996b57e3ccc914320d1ac7001245.zip |
Fix lang UTF-8
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"/> |