Browse Source

Serve large files example, now with smaller large files

Marcos Kirsch 9 years ago
parent
commit
d5396202ea
3 changed files with 12 additions and 0 deletions
  1. 12 0
      http/cars.html
  2. BIN
      http/ferrari.jpg
  3. BIN
      http/lamborghini.jpg

+ 12 - 0
http/cars.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+   <head>
+      <title>Cars</title>
+   </head>
+   <body bgcolor="#000000">
+      <div align="center"><img src="lamborghini.jpg"></div>
+      <div align="center"><img src="ferrari.jpg"></div>
+   </body>
+</html>
+
+

BIN
http/ferrari.jpg


BIN
http/lamborghini.jpg