Guest User

Untitled

a guest
Feb 21st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>C2C Website Project</title>
  5. </head>
  6. <body>
  7. <h1 id="logo">Appliccable Information</h1>
  8. <p>
  9. <ul>
  10. <li class="buttons">
  11. <button id="workspace-button">Workspace</button> <button>Calculator</button> <button id="search-bar-button">Search Topic</button> <button id="clear">Clear Area</button>
  12. </li>
  13. </ul>
  14. </p>
  15. <p id="search-line">
  16. <input id="search-bar" placeholder="Search your topic here"> <button id="search-button" class="buttons">Search</button>
  17. <p id="search-results">Here's what we found in our data-base for: </p>
  18. </p>
  19. <p id="workspace">
  20. Workspace
  21. </p>
  22. <p class="disclamer">Workspace and calculator are still works in progress, and will not work. </p>
  23. <p class="disclamer"> The Search bar will not return anything. </p>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment