Browse Source

add link tag to favicon on every page

release0.1.5
Georg Hopp 12 years ago
parent
commit
f48eaab6bd
  1. 1
      assets/html/author.html
  2. 1
      assets/html/documentation.html
  3. 1
      assets/html/download.html
  4. 1
      assets/html/example.html
  5. 1
      assets/html/main.html

1
assets/html/author.html

@ -6,6 +6,7 @@
<head>
<title>Taskrambler - Author</title>
<link rel="stylesheet" type="text/css" href="/style/taskrambler.css">
<link rel="shortcut icon" href="/favicon.ico" >
</head>
<body>

1
assets/html/documentation.html

@ -6,6 +6,7 @@
<head>
<title>Taskrambler - Documentation</title>
<link rel="stylesheet" type="text/css" href="/style/taskrambler.css">
<link rel="shortcut icon" href="/favicon.ico" >
</head>
<body>

1
assets/html/download.html

@ -6,6 +6,7 @@
<head>
<title>Taskrambler - Download</title>
<link rel="stylesheet" type="text/css" href="/style/taskrambler.css">
<link rel="shortcut icon" href="/favicon.ico" >
</head>
<body>

1
assets/html/example.html

@ -6,6 +6,7 @@
<title>Taskrambler - Example</title>
<link rel="stylesheet" type="text/css" href="/style/common.css">
<link rel="stylesheet" type="text/css" href="/style/taskrambler.css">
<link rel="shortcut icon" href="/favicon.ico" >
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/serverval.js"></script>
<script type="text/javascript" src="/js/session.js"></script>

1
assets/html/main.html

@ -6,6 +6,7 @@
<head>
<title>Taskrambler</title>
<link rel="stylesheet" type="text/css" href="/style/taskrambler.css">
<link rel="shortcut icon" href="/favicon.ico?v=2" />
</head>
<body>

Loading…
Cancel
Save