background.html 142 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <style>
  4. body {
  5. background-color: blue;
  6. }
  7. </style>
  8. <body>
  9. <input type='file'>
  10. </body>
  11. </html>