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