cars.html 713 B

1234567891011121314151617
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <title>Nice cars</title>
  6. </head>
  7. <body>
  8. <h1>Nice cars!</h1>
  9. <p>This page loads "large" images of fancy cars. It is meant to serve as a stress test for nodemcu-httpserver.</p>
  10. <figure><img src="cars-ferrari.jpg" /><figcaption>Ferrari</figcaption></figure>
  11. <figure><img src="cars-lambo.jpg" /><figcaption>Lamborghini</figcaption></figure>
  12. <figure><img src="cars-mas.jpg" /><figcaption>maserati</figcaption></figure>
  13. <figure><img src="cars-porsche.jpg" /><figcaption>Porsche</figcaption></figure>
  14. </body>
  15. </html>