| <html> | |
| <head> | |
| <title>inline_preview_images example</title> | |
| </head> | |
| <body> | |
| <br/> | |
| <p>A 1023x766 image. PageSpeed will serve an inlined, low-quality | |
| image until the original is loaded.</p> | |
| <img src="images/Puzzle.jpg"/><br/> | |
| <p>An image with srcset.</p> | |
| <img src="images/Puzzle2.jpg" srcset="images/Puzzle.jpg 2x"/><br/> | |
| </body> | |
| </html> |