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 @@ ...@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>noVNC Demo</title> <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"> <link rel="stylesheet" href="noVNC/include/plain.css">
</head> </head>
<body> <body>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <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> <title>noVNC</title>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<head> <head>
<title>noVNC</title> <title>noVNC</title>
<meta http-equiv="X-UA-Compatible" content="chrome=1"> <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="stylesheet" href="noVNC/include/plain.css">
<link rel="alternate stylesheet" href="noVNC/include/black.css" TITLE="Black"> <link rel="alternate stylesheet" href="noVNC/include/black.css" TITLE="Black">
<!-- <!--
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <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> <title>noVNC Videos and Screenshots</title>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<head> <head>
<title>noVNC</title> <title>noVNC</title>
<meta http-equiv="X-UA-Compatible" content="chrome=1"> <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="stylesheet" href="noVNC/include/plain.css">
<link rel="alternate stylesheet" href="noVNC/include/black.css" TITLE="Black"> <link rel="alternate stylesheet" href="noVNC/include/black.css" TITLE="Black">
<!-- <!--
......
<html> <html>
<head> <head>
<title>WebKit Canvas Rendering Bug</title> <title>WebKit Canvas Rendering Bug</title>
<link rel="shortcut icon" href="noVNC/favicon.ico" /> <link rel="shortcut icon" href="noVNC/images/favicon.ico" />
</head> </head>
<body> <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