Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <link rel="stylesheet" type="text/css" href="StyleSheet.css">
- <meta charset="utf-8" />
- <title>Website</title>
- </head>
- <body class="body">
- <header class="mainHeader">
- <div class="logoArea">
- <img alt="logo" src="logo.jpg" width="250px" height="120px">
- </div>
- <nav><ul>
- <li><a class="active" href="Index.html">Home<br/></a></li>
- <li><a href="About.html">About<br/></a></li>
- <li><a href="Random.html">Random</a></li>
- </ul></nav>
- </header>
- <div class="mainInfo">
- <div class="miInfo">
- <p>This is where you can put some side information about your site! The user will most likely
- see this part second! This is where you can put some side information about your site! The user will most likely
- see this part second! This is where you can put some side information about your site! The user will most likely
- see this part second! This is where you can put some side information about your site! The user will most likely
- see this part second! This is where you can put some side information about your site! The user will most likely
- see this part second! </p>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement