2014-10-25 23:23:49 +08:00
|
|
|
<html>
|
2015-04-18 01:25:31 +05:30
|
|
|
<link rel="icon" type="image/png" href="/favicon.png"/>
|
|
|
|
<link rel="icon" type="image/png" href="http://test.com/favicon.png"/>
|
2014-10-25 23:23:49 +08:00
|
|
|
<body>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
|
|
console.log('a');
|
2015-04-05 14:50:42 +05:30
|
|
|
document.title = "test"
|
2014-10-25 23:23:49 +08:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|