Advertisement
Xavion

Untitled

May 2nd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <link href='https://cdn.jsdelivr.net/normalize/2.1.0/normalize.css' rel='stylesheet' type='text/css'>
  5.         <link href="test.css" rel="stylesheet" type="text/css">
  6.         <title>SocialDonut | Main</title>
  7.     </head>
  8.     <body id="body">
  9.         <div id="header">
  10.             <p class="loginError">Error:  You are not logged in!</p>
  11.             <img id="logo" src="http://afwhome.org/assets/images/SocialDonut.png" alt="Social Donut">
  12.         </div>
  13.         <div id="main">
  14.             <div class="ads">
  15.                 <img src="http://afwhome.org/assets/images/advert.png" alt="Ads here">
  16.             </div>
  17.         </div>
  18.         <div id="footer">
  19.             <p>©SocialDonut 2013 All Rights Reserved</p>
  20.             <p>No part of this website or any of its contents may be reproduced, copied, modified or adapted, without the prior written consent of the author, unless otherwise indicated for stand-alone materials.</p>
  21.         </div>
  22.     </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement