Browse Source

Fixed typo in HTML and reduced file size of image.

Marcos Kirsch 8 years ago
parent
commit
f9d94d9aa2
2 changed files with 1 additions and 1 deletions
  1. BIN
      http/cars-mas.jpg
  2. 1 1
      http/cars.html

BIN
http/cars-mas.jpg


+ 1 - 1
http/cars.html

@@ -9,7 +9,7 @@
 <p>This page loads "large" images of fancy cars. It is meant to serve as a stress test for nodemcu-httpserver.</p>
 <figure><img src="cars-ferrari.jpg" /><figcaption>Ferrari</figcaption></figure>
 <figure><img src="cars-lambo.jpg" /><figcaption>Lamborghini</figcaption></figure>
-<figure><img src="cars-mas.jpg" /><figcaption>maserati</figcaption></figure>
+<figure><img src="cars-mas.jpg" /><figcaption>Maserati</figcaption></figure>
 <figure><img src="cars-porsche.jpg" /><figcaption>Porsche</figcaption></figure>
 </body>
 </html>