Commit 3a7d49ad authored by Joel Martin's avatar Joel Martin

Fix favicon link to actual file.

Symlinks don't work.
parent dbe28302
......@@ -2,7 +2,7 @@
<html>
<head>
<title>noVNC Demo</title>
<link rel="shortcut icon" href="noVNC/favicon.ico" />
<link rel="shortcut icon" href="noVNC/images/favicon.ico" />
<link rel="stylesheet" href="noVNC/include/plain.css">
</head>
<body>
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" href="noVNC/favicon.ico" />
<link rel="shortcut icon" href="noVNC/images/favicon.ico" />
<title>noVNC</title>
......
......@@ -8,7 +8,7 @@
<head>
<title>noVNC</title>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="shortcut icon" href="noVNC/favicon.ico" />
<link rel="shortcut icon" href="noVNC/images/favicon.ico" />
<link rel="stylesheet" href="noVNC/include/plain.css">
<link rel="alternate stylesheet" href="noVNC/include/black.css" TITLE="Black">
<!--
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" href="noVNC/favicon.ico" />
<link rel="shortcut icon" href="noVNC/images/favicon.ico" />
<title>noVNC Videos and Screenshots</title>
......
......@@ -8,7 +8,7 @@
<head>
<title>noVNC</title>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="shortcut icon" href="noVNC/favicon.ico" />
<link rel="shortcut icon" href="noVNC/images/favicon.ico" />
<link rel="stylesheet" href="noVNC/include/plain.css">
<link rel="alternate stylesheet" href="noVNC/include/black.css" TITLE="Black">
<!--
......
<html>
<head>
<title>WebKit Canvas Rendering Bug</title>
<link rel="shortcut icon" href="noVNC/favicon.ico" />
<link rel="shortcut icon" href="noVNC/images/favicon.ico" />
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment