Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: HTML  |  size: 0.84 KB  |  hits: 26  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.         <head>
  4.                 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.                 <title>GSFG: Groups</title>
  6.                 <script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
  7.                 <link rel="stylesheet" type="text/css" href="style.css" />
  8.         </head>
  9.         <body>
  10.                 <script type="text/javascript">
  11.                         $(document).ready(function(){
  12.                                 alert("jquery init");
  13.                         };
  14.                 </script>
  15.                 <div id="wrapper">
  16.                         <div id="header" class="container">Goonswarm Federation Group Management</div>
  17.                         <div id="content" class="container">
  18.                                 <h1>Groups</h1>
  19.                         </div>
  20.                 </div> <!-- wrapper -->
  21.         <div id="footer" class="container">GSF DEVOPS 2012</div> <!-- footer -->
  22.         </body>
  23. </html>