index.html 458 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="style.css">
  8. <title>Крутилка</title>
  9. <style>
  10. body {
  11. padding: 200px;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div id='colorbox'></div>
  17. <script src="main.js"></script>
  18. </body>
  19. </html>