simple_page_with_favicon.html 147 B

123456789
  1. <html>
  2. <head>
  3. <title>OK</title>
  4. <link rel="icon" type="image/png" href="favicon.png"/>
  5. </head>
  6. <body>
  7. Basic html test.
  8. </body>
  9. </html>