summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2018-08-08 13:51:02 +0200
committerSamuel Mannehed <samuel@cendio.se>2018-08-08 14:04:45 +0200
commiteebef339be14c7682f242493a380e2175c2e5abf (patch)
treeae171736df0188cfdcf6d36958aad86353e9ef1d
parent862967e08950c2a9c71529420321395737e2734d (diff)
downloadnovnc-eebef339be14c7682f242493a380e2175c2e5abf.tar.gz
Detail path to icon Makefile
-rw-r--r--vnc.html2
-rw-r--r--vnc_lite.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/vnc.html b/vnc.html
index 701714c..f55199e 100644
--- a/vnc.html
+++ b/vnc.html
@@ -23,7 +23,7 @@
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <!-- Icons (see Makefile for what the sizes are for) -->
+ <!-- Icons (see app/images/icons/Makefile for what the sizes are for) -->
<link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
<link rel="icon" sizes="24x24" type="image/png" href="app/images/icons/novnc-24x24.png">
<link rel="icon" sizes="32x32" type="image/png" href="app/images/icons/novnc-32x32.png">
diff --git a/vnc_lite.html b/vnc_lite.html
index c580e11..0c946dd 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -22,7 +22,7 @@
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <!-- Icons (see Makefile for what the sizes are for) -->
+ <!-- Icons (see app/images/icons/Makefile for what the sizes are for) -->
<link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
<link rel="icon" sizes="24x24" type="image/png" href="app/images/icons/novnc-24x24.png">
<link rel="icon" sizes="32x32" type="image/png" href="app/images/icons/novnc-32x32.png">