diff options
author | Sven Gothel <[email protected]> | 2019-04-17 18:45:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-17 18:45:43 +0200 |
commit | 58064c1a6bb0a6fd3070d9dee01448156ce3a143 (patch) | |
tree | 19cb15d88c3ddb29de79c5aebf9fac8fa5591bbd | |
parent | fb14ae09ed499fc25f18e3a1f078332a89f2c595 (diff) |
index.html fix character encoding
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ ]> <html xmlns="http://www.w3.org/1999/xhtml"> <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>w3-include-xhtml index</title> <link href="style.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="js/w3-include-xhtml.js"></script> |