blob: 087ff0140308fb3d6e2cae961a363c3a9665f113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML>
<html>
<head>
<title>Test file for bugs with invalid hrefs for favicons</title>
<!--Empty href; that's the whole point of this file.-->
<link rel="icon" href="">
</head>
<body>
Test file for bugs with invalid hrefs for favicons
</body>
</html>
|