Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Top Pot Donuts</title>
  5. </head>
  6. <body>
  7. <header class = "page-header">
  8. <h1> Top Pot Donuts: For all your stores daily needs</h1>
  9. </header>
  10. <main>
  11. <p>"By using this calculator, it will give you the ability to check how many donuts the following stores will need, as well as any other stores that you may want to open!"
  12. </p>
  13. <div id = "tableDiv">
  14. <table id = "myTable">
  15. <tr class = "container">
  16. <th> location</th>
  17. <th>Average Donuts Per Day</th>
  18. <th> Total Donuts Per Day</th>
  19. </tr>
  20. </table>
  21. </div>
  22. </main>
  23. <script src = "donutShop.js"> </script>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement