Advertisement
Guest User

snip

a guest
Jan 20th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>Canvass Solutions</title>
  6. <meta name="Author" content="Austin" />
  7. <link rel="stylesheet" href="stylesheet.css"
  8.  
  9. title="Stlyle" />
  10. </head>
  11.  
  12. <body>
  13. <div id="skeleton">
  14.  
  15. <div id="header">
  16. <h1>
  17. <img id="logo1" src="cs_logo_words_big.jpg" width="250"
  18.  
  19. height="72" alt="cslogo img" />
  20. Canvass Solutions: Online Management</h1>
  21. </div>
  22.  
  23.  
  24. <div id="navigation">
  25.  
  26. <ul>
  27.  
  28. <li><a
  29. href="index.shtml">Home</a></li>
  30.  
  31. <li><a
  32. href="syllabus.shtml">Add Appointment</a></li>
  33.  
  34. <li><a
  35. href="schedule.shtml">Check
  36.  
  37. Appointments</a></li>
  38.  
  39. </ul>
  40.  
  41. </div>
  42.  
  43. </div>
  44.  
  45. </body>
  46.  
  47.  
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement