Advertisement
coderbot

HTML Code

Jun 5th, 2014
1,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>
  5.         Wave : Voice Chat With Strangers!
  6.     </title>
  7.  
  8.     <link rel="stylesheet" type="text/css" href = "style/style.css" />
  9.  
  10. </head>
  11.  
  12. <body>
  13. <div class="outer">
  14.         <div class = "header">
  15.             <div class="image"></div>
  16.             <div class = "Title">
  17.                 <h2 style="font-size:23px;color:white;">Wave Chat</h2>
  18.             </div>
  19.         </div>
  20.  
  21.         <div class = "content">
  22.                 <div class="updates">
  23.                     <h3 style="font-size:30px; ">Recent Updates</h3>
  24.                     <p>Updated the UI. Hope you'll like the new one</p>
  25.                     <p>Currently active users: 23 users online</p>
  26.                     <p>Total connections: 24k</p>
  27.                 </div>
  28.  
  29.                 <div class ="login">
  30.                     <h3 style="font-size:14px;">Enter a nickname: </h3><input type="text" size="15"/>
  31.                     <h4 style="font-size:14px;">See you there...</h4><input type = "submit" value = "Start chatting!"/>
  32.                 </div>
  33.         </div>
  34.         <div class = "important">
  35.             <img src="img/beware.jpg" height="230" width="250"/>
  36.            
  37.             <div class = "points">
  38.             <h2 style="font-size:24px; ">Some useful points to note:</h2>
  39.             <ul>
  40.                 <li>Beware of retards</li>
  41.                 <li>Beware of fucktards</li>
  42.                 <li>Get yourself a life!</li>
  43.             </ul>
  44.             </div>
  45.          </div>
  46.  
  47.          <div class="stay">
  48.                 <img src="img/psycho.jpg" height="230px" width="250px"/>
  49.                 <div class="notText">
  50.                 <h2 style="font-size:24px;">Enjoy your stay...</h2>
  51.                 </div>
  52.          </div>
  53.          
  54.          <div class="footer">
  55.             <h4>Copyright &copy; Someone 2014</h4>
  56.          </div>
  57. </div>
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement