12 lines
260 B
HTML
12 lines
260 B
HTML
<!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="file_generic_favicon.ico">
|
|
</head>
|
|
<body>
|
|
Test file for bugs with favicons
|
|
</body>
|
|
</html>
|