summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-12-29 13:26:41 +0100
committerPierre Ossman <ossman@cendio.se>2022-12-29 13:26:41 +0100
commit3553a451d8b9cf566232b7de2e764861c57a0e9a (patch)
tree59812eac58108b88ff86f07610d5f7bfdd4541c8
parentb76358e9bfa98a8ebe442ce883f820e7af774eef (diff)
downloadnovnc-3553a451d8b9cf566232b7de2e764861c57a0e9a.tar.gz
Remove redundant meta charset
UTF-8 is the default for HTML5 pages anyway.
-rw-r--r--vnc.html2
-rw-r--r--vnc_lite.html2
2 files changed, 0 insertions, 4 deletions
diff --git a/vnc.html b/vnc.html
index f420c0a..24a118d 100644
--- a/vnc.html
+++ b/vnc.html
@@ -15,8 +15,6 @@
-->
<title>noVNC</title>
- <meta charset="utf-8">
-
<link rel="icon" type="image/x-icon" href="app/images/icons/novnc.ico">
<!-- Apple iOS Safari settings -->
diff --git a/vnc_lite.html b/vnc_lite.html
index 8e2f5cb..e725a2d 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -16,8 +16,6 @@
-->
<title>noVNC</title>
- <meta charset="utf-8">
-
<style>
body {