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