Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.91 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="fr">
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6.         <title></title>
  7.     </head>
  8.    
  9.     <body>
  10.         <div id="header">
  11.             <div class="logo-header">
  12.                 <h1>TITRE</h1>             
  13.                 <span class="description"> DESCR </span>
  14.             </div>
  15.             <div class="nav-menu">
  16.            
  17.                 <ul>
  18.                     <li class="left-part"><a href="http://localhost/MyFramework/page/Pr�sensation/" >Pr�sensation</a></li>
  19.                     <li class="left-part"><a href="http://localhost/MyFramework/page/Premi�re-page/" >Premi�re page</a></li>
  20.                     <li class="left-part"><a href="http://localhost/MyFramework/page/Contact/" >Contact</a></li>
  21.                     <li class="right-part">
  22.                         <form method="post" /><input type="text" name="search" placeholder="Your request..." /><input type="submit" value="Go" /></form>   
  23.                     </li>
  24.                 </ul>              
  25.             </div>
  26.         </div>
  27.        
  28.         <div id="lateral-menu">
  29.            
  30.             <div class="section">      
  31.                 <p>
  32.                     <h2>Your profile</h2>Hello Andy<br/><a href="http://localhost/MyFramework/quit/">Quitter</a>       
  33.                 </p>
  34.             </div>
  35.            
  36.             <div class="section">  
  37.                 <p>
  38.                     <h2>Last article</h2>
  39.                     <ul>
  40.                         <li><a href="http://localhost/MyFramework/article/Article-A/">Article A</a></li>
  41.                         <li><a href="http://localhost/MyFramework/article/Article-B/">Article B</a></li>
  42.                         <li><a href="http://localhost/MyFramework/article/Article-C/">Article C</a></li>
  43.                         <li><a href="http://localhost/MyFramework/article/Article-D/">Article D</a></li>
  44.                         <li><a href="http://localhost/MyFramework/article/Article-E/">Article E</a></li>   
  45.                     </ul>
  46.                 </p>
  47.             </div>
  48.                
  49.         </div>
  50.    
  51.         <div id="body-page">
  52.             <div class="contents-body"><h2>Article A</h2><span class="content-date">Publié le 2014-12-20 09:01:34</span><p>Premier article</p><span class="content-tags">Mot clés : article a,  article,  a</span></div>
  53.         </div>
  54.        
  55.     </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement