index.html 808 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <title>Windham Brothers</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="x-ua-compatible" content="ie=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta name="description" content="Leo and Woody, the Windham Brothers">
  9. <link rel='stylesheet' id='wb' href='css/style.css' type='text/css' media='all' />
  10. </head>
  11. <body>
  12. <header>
  13. <h1></h1>
  14. </header>
  15. <div class="center" style="width:800px; margin:50px auto;">
  16. <img src="img/vu.gif">
  17. <h1></h1>
  18. <p></p>
  19. <div class="col" style="width:300px; float: left;">
  20. </div>
  21. <div class="col" style="width:300px; float: right;">
  22. <h2></h2>
  23. </div>
  24. <footer>
  25. </footer>
  26. <script src="js/vendor.min.js"></script>
  27. <script src="js/radio.min.js"></script>
  28. </body>
  29. </html>