Advertisement
Guest User

index_gez

a guest
Feb 26th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.80 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <link rel="stylesheet" type="text/css" href="css/style.css">
  6.     <link rel="stylesheet" media="screen screen and (max-width:300px)" type="text/css" href="css/screen.css">
  7.     <title>Gez Test</title>
  8. </head>
  9. <body class="body">
  10.     <header>
  11.         <div id="logo">
  12.             <a href="index.html"><img src="logo/test.png" alt="accueil"></a>
  13.         </div>
  14.         <div id="nav">
  15.             <nav>
  16.                 <ul>
  17.                     <li><a class="nav" href="index.html">Accueil</a></li>
  18.                     <li><a class="nav" href="http://youtube.com">Youtube</a></li>
  19.                 </ul>
  20.             </nav>
  21.         </div> 
  22.     </header>
  23.    
  24.     <video playsinline autoplay loop poster="video.jpg" id="bgvid">
  25.     <source src="video/video.mp4" type="video/mp4">
  26.     </video>
  27.    
  28.    
  29.    
  30.    
  31.    
  32.    
  33.    
  34.  
  35.     <footer>
  36.         Albinoty &copy;
  37.     </footer>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement