You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 414B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>bim</title>
  6. <style>
  7. html,body{
  8. width: 100%;
  9. height: 100%;
  10. overflow: hidden;
  11. margin: 0 0 0 0;
  12. }
  13. .c1{
  14. width: 100%;
  15. height: 100%;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <div class="c1"></div>
  21. </body>
  22. </html>