Browse Source

Add a twister tornado favicon to all pages

master
Dionysis Zindros 11 years ago
parent
commit
3cc150cfe4
  1. 2
      following.html
  2. 2
      home.html
  3. 2
      index.html
  4. 2
      login.html
  5. 2
      network.html
  6. 2
      profile-edit.html
  7. 2
      tmobile.html

2
following.html

@ -27,6 +27,8 @@ @@ -27,6 +27,8 @@
initInterfaceFollowing();
});
</script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />
</head>
<body>

2
home.html

@ -22,6 +22,8 @@ @@ -22,6 +22,8 @@
<script src="twister_directmsg.js"></script>
<script src="interface_common.js"></script>
<script src="interface_home.js"></script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />
</head>
<body>

2
index.html

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
</script>
<script src="jquery.mobile-1.3.2.min.js"></script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />
</head>
<body>

2
login.html

@ -22,6 +22,8 @@ @@ -22,6 +22,8 @@
initInterfaceLogin();
});
</script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />
</head>
<body>

2
network.html

@ -24,6 +24,8 @@ @@ -24,6 +24,8 @@
initInterfaceNetwork();
});
</script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />
</head>
<body>

2
profile-edit.html

@ -24,6 +24,8 @@ @@ -24,6 +24,8 @@
initProfileEdit();
});
</script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />
</head>
<body>

2
tmobile.html

@ -40,6 +40,8 @@ @@ -40,6 +40,8 @@
<script src="interface_common.js?vr=9"></script>
<script src="tmobile.js?vr=9"></script>
<script src="jpeg_encoder_basic.js"></script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />
</head>
<body>

Loading…
Cancel
Save