Advertisement
Guest User

Untitled

a guest
Jun 1st, 2013
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="UTF-8" />
  5.         <title>
  6.             WEB DEV
  7.         </title>
  8.         <meta name="description" content="WEB DEV" />
  9.         <meta name="keywords" content="web development, web design, html, css, javascript, php, mysql, programming, sql, databases, world wide web development, development, design, semantics" />
  10.         <meta name="author" content="Dejan Spirovski" />
  11.         <meta name="publisher" content="WEB HOLDING" />
  12.         <meta name="geo.position" content="42.0000, 21.4333" />
  13.         <meta name="geo.country" content="MK" />
  14.         <meta name="geo.a3" content="Skopje" />
  15.         <meta name="google" content="notranslate" />
  16.         <meta name="robots" content="all" />
  17.         <meta name="googlebot" content="all" />
  18.         <meta name="skype_toolbar" content="skype_toolbar_parser_compatible" />
  19.         <link rel="stylesheet" type="text/css" href="index.css" />
  20.         <script type="text/javascript" src="index.js"></script>
  21.     </head>
  22.     <body>
  23.         <div id="main">
  24.             <section id="logo">
  25.                 <p>WEB</p>
  26.             </section>
  27.             <nav id="topMenu">
  28.             </nav>
  29.             <section id="content">
  30.                 <section id="mainContent">
  31.                     <section id="nauka">   
  32.                         <h1>НАУКА</h1>
  33.                     </section>
  34.                     <section id="tehnologija"> 
  35.                         <h1>ТЕХНОЛОГИЈА</h1>
  36.                     </section>
  37.                     <section id="opstiTemi">   
  38.                         <h1>ОПШТИ ТЕМИ</h1>
  39.                     </section>
  40.                 </section>
  41.                 <section id="topContent">
  42.                     <section id="top3">
  43.                     </section>
  44.                 </section>
  45.             </section>
  46.         </div>
  47.     </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement