Gaël Métais преди 10 години
родител
ревизия
9ccce18e13
променени са 4 файла, в които са добавени 6 реда и са изтрити 3 реда
  1. 2 1
      app/node_views/index.html
  2. 2 1
      app/node_views/launchTest.html
  3. 2 1
      app/node_views/results.html
  4. BIN
      app/public/img/favicon.png

+ 2 - 1
app/node_views/index.html

@@ -1,7 +1,8 @@
 <html>
 <html>
 <head>
 <head>
-    <meta charset="utf-8"> 
+    <meta charset="utf-8">
     <title>Yellow Lab Tools</title>
     <title>Yellow Lab Tools</title>
+    <link rel="icon" type="image/png" href="/public/img/favicon.png">
     <link rel="stylesheet" type="text/css" href="/public/styles/main.css">
     <link rel="stylesheet" type="text/css" href="/public/styles/main.css">
     <link rel="stylesheet" type="text/css" href="/public/styles/index.css">
     <link rel="stylesheet" type="text/css" href="/public/styles/index.css">
 </head>
 </head>

+ 2 - 1
app/node_views/launchTest.html

@@ -1,7 +1,8 @@
 <html>
 <html>
 <head>
 <head>
-    <meta charset="utf-8"> 
+    <meta charset="utf-8">
     <title>Yellow Lab Tools - Awaiting</title>
     <title>Yellow Lab Tools - Awaiting</title>
+    <link rel="icon" type="image/png" href="/public/img/favicon.png">
     <link rel="stylesheet" type="text/css" href="/public/styles/main.css">
     <link rel="stylesheet" type="text/css" href="/public/styles/main.css">
     <link rel="stylesheet" type="text/css" href="/public/styles/launchTest.css">
     <link rel="stylesheet" type="text/css" href="/public/styles/launchTest.css">
     <script src="/socket.io/socket.io.js"></script>
     <script src="/socket.io/socket.io.js"></script>

+ 2 - 1
app/node_views/results.html

@@ -1,7 +1,8 @@
 <html>
 <html>
 <head>
 <head>
-    <meta charset="utf-8"> 
+    <meta charset="utf-8">
     <title>Yellow Lab Tools - Results page</title>
     <title>Yellow Lab Tools - Results page</title>
+    <link rel="icon" type="image/png" href="/public/img/favicon.png">
     <link rel="stylesheet" type="text/css" href="/public/styles/main.css">
     <link rel="stylesheet" type="text/css" href="/public/styles/main.css">
     <link rel="stylesheet" type="text/css" href="/public/styles/results.css">
     <link rel="stylesheet" type="text/css" href="/public/styles/results.css">
     <script src="/bower_components/angular/angular.min.js"></script>
     <script src="/bower_components/angular/angular.min.js"></script>

BIN
app/public/img/favicon.png