Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8" />
- <title>Canvass Solutions</title>
- <meta name="Author" content="Austin" />
- <link rel="stylesheet" href="stylesheet.css"
- title="Stlyle" />
- </head>
- <body>
- <div id="skeleton">
- <div id="header">
- <h1>
- <img id="logo1" src="cs_logo_words_big.jpg" width="250"
- height="72" alt="cslogo img" />
- Canvass Solutions: Online Management</h1>
- </div>
- <div id="navigation">
- <ul>
- <li><a
- href="index.shtml">Home</a></li>
- <li><a
- href="syllabus.shtml">Add Appointment</a></li>
- <li><a
- href="schedule.shtml">Check
- Appointments</a></li>
- </ul>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement