Upstream version 11.39.244.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / sample / assets / favicon.html
1 <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
2 <html>
3 <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5   <title>Favicon</title>
6   <link rel="icon" href="icon.png" type="image/png" />
7 </head>
8 <body>
9   <p>The favicon will be shown by Toast</p>
10 </body>
11 </html>