11 lines
231 B
HTML
11 lines
231 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<title>Favicon Test for Cache-Control: no-store</title>
|
|
<link rel="icon" type="image/png" href="no-store.png" />
|
|
</head>
|
|
<body>
|
|
Favicon!!
|
|
</body>
|
|
</html>
|