Advertisement
RyanSweigert

HTML - Updated

Sep 9th, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <title>Ryan Sweigert</title>
  5.         <link rel="stylesheet" type="text/css" href="http://ryansweigert.com/blank/style.css" />
  6.         <!--[if IE]>  
  7.             <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  8.             <script src="http://ryansweigert.com/ie.js"></script>  
  9.         <![endif]-->
  10.         <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2.min.js"></script>
  11.         <script src="http://www.ryansweigert.com/konamiload.js"></script>
  12.         <script src="https://apis.google.com/js/plusone.js"></script>
  13.         <meta name="description" content="Ryan Sweigerts website. All this things about him in one place." />
  14.         <meta name="keywords" content="Ryan Sweigert, Geek" />
  15.         <meta charset="utf-8" />
  16.     </head>
  17.     <body>
  18.         <div id="wrapper">
  19.             <div id="topwrap">
  20.                 <div id="headerwrap">
  21.                     <header>
  22.                             <a href="http://www.ryansweigert.com/">Ryan Sweigert</a>
  23.                     </header>
  24.                     <nav>
  25.                         <ul>
  26.                             <li><a href="http://ryansweigert.com">Home</a></li>
  27.                             <li><a href="http://ryansweigert.com/aboutme">About Me</a></li>
  28.                             <li><a href="http://www.districtlines.com/RyanSweigert1">Store</a></li>
  29.                             <li><a href="http://ryansweigert.com/irc">IRC</a></li>
  30.                             <li><a href="http://ryansweigert.com/live">Live</a></li>
  31.                             </ul>          
  32.                     </nav>
  33.                 </div>
  34.             </div>
  35.             <div id="contentwrap">
  36.                 <content>      
  37.                 </content>
  38.             </div>
  39.             <div id="footerwrap">
  40.                 <footer>
  41.                     <div id="footerleft">
  42.                         <iframe src="http://www.facebook.com/plugins/like.php?app_id=223306654371814&amp;href=http%3A%2F%2Fryansweigert.com&amp;send=false&amp;layout=button_count&amp;width=80&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>         <a align="left" href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="RyanSweigert">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><g:plusone size="medium"></g:plusone>
  43.                     </div>
  44.                     <div id="footerright">
  45.                         <p>Copyright &copy; 2011 Ryan Sweigert</p>
  46.                     </div>
  47.                 </footer>
  48.             </div>
  49.         </div>
  50.     </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement