HTML

index.html

Mar 7th, 2018
426
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>The One And Only Oviedo Auto Repair!</title>
  5. <meta charset="utf-8">
  6. <meta name="author" content="Jacob Howard">
  7. <meta name="description" content="The official website for the one and only Oviedo Auto Repair in Florida!">
  8. <meta name="keywords" content="html, css, oviedo, auto repair, body shop, auto shop, oviedo auto repair">
  9. <link rel="icon" href="favicon.ico">
  10. <link rel="stylesheet" href="style.css">
  11. </head>
  12. <body>
  13. <div id="wrapper">
  14. <div id="all">
  15. <div id="top">
  16. <header><a href="index.html"><img src="img/logo.png" alt="Oviedo Auto Repair logo"></a></header>
  17. <nav>
  18. <ul>
  19. <li><a href="index.html"><button class="current">Home</button></a></li>
  20. <li><a href="findus.html"><button>Find Us</button></a></li>
  21. <li><a href="specials.html"><button>Specials</button></a></li>
  22. <li><a href="repairservices.html"><button>Repair Services</button></a></li>
  23. <li><a href="uhaul.html"><button>U-HAUL</button></a></li>
  24. <li><a href="about.html"><button>About Us</button></a></li>
  25. </ul>
  26. </nav>
  27. </div><br>
  28. <main>
  29. <table id="hours">
  30. <tr>
  31. <th colspan="2">Service Hours</th>
  32. </tr>
  33. <tr>
  34. <td>Monday - Friday</td><td>8am - 6pm</td>
  35. </tr>
  36. <tr>
  37. <td>Saturday &amp; Sunday</td><td>8am - 12pm</td>
  38. </tr>
  39. </table>
  40. <p>Welcome to the official website of Oviedo Auto Repair - family operated, serving Oviedo for over 30 years with complete automotive service &amp; repair. In addition to superb automotive service, maintenence, and body repair, we offer U-HAUL van and truck rentals, as long as RV/Boat storage. Questions or comments? Call us: <a href="tel:4079771733">407-977-1733</a></p>
  41. <img src="img/best1512photo.jpg" id="shop" alt="Oviedo Auto Repair building">
  42. </main><br>
  43. <footer>
  44. <a href="index.html">Home</a> &boxv;
  45. <a href="findus.html">Find Us</a> &boxv;
  46. <a href="specials.html">Specials</a> &boxv;
  47. <a href="repairservices.html">Repair Services</a> &boxv;
  48. <a href="uhaul.html">U-HAUL</a> &boxv;
  49. <a href="about.html">About Us</a>
  50. <span id="desinfo">OviedoAutoRepair.com &boxv; &copy;  2018 <a href="mailto:[email protected]">Jacob Howard</a></span>
  51. </footer>
  52. </div>
  53. </div>
  54. </body>
  55. <!-- Copyright (c) 2018 Jacob Howard -->
  56. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment