Advertisement
Guest User

Untitled

a guest
Dec 31st, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl-PL">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Document</title>
  6.     <meta charset="utf-8">
  7.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8.     <meta name="viewport" content="width=device-width, initial-scale=1">
  9.     <!-- Bootstrap -->
  10.     <link href="css/bootstrap.min.css" rel="stylesheet">
  11.     <!-- Latest compiled and minified CSS -->
  12.     <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
  13.     <!-- jQuery library -->
  14.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  15.     <!-- Latest compiled JavaScript -->
  16.     <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  17.     <!--[if lt IE 9]>
  18.     <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  19.     <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  20.   <![endif]-->
  21.     <link href="css/style.css" rel="stylesheet">
  22.     <link href='http://fonts.googleapis.com/css?family=Slabo+27px&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  23. </head>
  24.     <body>
  25.  
  26.         <header>
  27.             <div id="container">
  28.                 <div class="logo">
  29.                     <a href="https://pl-pl.facebook.com">
  30.                     <img src="facebook.png" alt="obrazek facebooka"> </a>
  31.                 </div>
  32.                 <div class="logo">
  33.                     <a href="https://www.google.pl">
  34.                     <img src="twitter.png" alt="obrazek twittera"></a>
  35.                 </div>
  36.                
  37.                 <div id="nav">
  38.                     <a href="#">O mnie</a>
  39.                     <a href="#">Kontakt</a>
  40.                     <a href="#">Wykonane</a>
  41.                     <a href="#">Zlecenia</a>
  42.                 </div>
  43.                 <h1> <span> mojelogo </span> </h1>          
  44.                 <p> jakis moj opis... </p>
  45.             </div>
  46.         </header>
  47.    
  48.           <article id="article">
  49.               <div id="content">
  50.                   <h3> </h3>
  51.               </div>
  52.           </article>
  53.  
  54.     </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement