Advertisement
kazlik

Untitled

Dec 26th, 2011
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.91 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.   <head>
  4.   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  5.   <link rel="stylesheet" href="style.css" type="text/css">
  6.   <title>Silvestrovská soutěž</title>
  7.   </head>
  8.   <body>
  9.     <div id="container">
  10.       <a href="#"><img src="images/logo.png" id="logo"></a>
  11.       <ul id="menu">
  12.         <li class="option"><a href="#"><span>Registrace</span></a></li>
  13.         <li class="dot"></li>
  14.         <li class="option"><a href="#"><span>Porota</span></a></li>
  15.         <li class="dot"></li>
  16.         <li class="option"><a href="#"><span>Podmínky</span></a></li>
  17.       </ul>
  18.       <div id="topcol">
  19.         bagr      
  20.       </div>
  21.       <div id="content">
  22.         <div class="article">
  23.           <h3>Bagr</h3>
  24.           bagr2
  25.         </div>
  26.       </div>
  27.     </div>
  28.   </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement