Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2.     <!--[if IE 8]>
  3.    <html xmlns="http://www.w3.org/1999/xhtml" class="ie8" lang="en-US">
  4.    <![endif]-->
  5.     <!--[if !(IE 8) ]><!-->
  6.     <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
  7.     <!--<![endif]-->
  8.     <head>
  9.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  10.     <title>Corps of Cadets &rsaquo; Log In</title>
  11.     <link rel='stylesheet' id='buttons-css'  href='http://corpsofcadets.net/wp-includes/css/buttons.min.css?ver=4.1.1' type='text/css' media='all' />
  12.     <link rel='stylesheet' id='open-sans-css'  href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&#038;subset=latin%2Clatin-ext&#038;ver=4.1.1' type='text/css' media='all' />
  13.     <link rel='stylesheet' id='dashicons-css'  href='http://corpsofcadets.net/wp-includes/css/dashicons.min.css?ver=4.1.1' type='text/css' media='all' />
  14.     <link rel='stylesheet' id='login-css'  href='http://corpsofcadets.net/wp-admin/css/login.min.css?ver=4.1.1' type='text/css' media='all' />
  15.     <script type='text/javascript' src='http://corpsofcadets.net/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
  16.     <script type='text/javascript' src='http://corpsofcadets.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
  17.     <script type='text/javascript' src='http://corpsofcadets.net/wp-content/plugins/buddypress/bp-groups/js/widget-groups.min.js?ver=2.0.1'></script>
  18.     <meta name='robots' content='noindex,follow' />
  19.     </head>
  20.     <body class="login login-action-login wp-core-ui  locale-en-us">
  21.     <div id="login">
  22.     <h1><a href="http://corpsofcadets.net/" title="Corps of Cadets Outfits" tabindex="-1">Corps of Cadets</a></h1>
  23.     <form name="loginform" id="loginform" action="http://corpsofcadets.net/wp-login.php" method="post">
  24.     <p>
  25.     <label for="user_login">Username<br />
  26.     <input type="text" name="log" id="user_login" class="input" value="" size="20" /></label>
  27.     </p>
  28.     <p>
  29.     <label for="user_pass">Password<br />
  30.     <input type="password" name="pwd" id="user_pass" class="input" value="" size="20" /></label>
  31.     </p>
  32.     <p class="forgetmenot"><label for="rememberme"><input name="rememberme" type="checkbox" id="rememberme" value="forever"  /> Remember Me</label></p>
  33.     <p class="submit">
  34.     <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Log In" />
  35.     <input type="hidden" name="redirect_to" value="http://corpsofcadets.net/wp-admin/" />
  36.     <input type="hidden" name="testcookie" value="1" />
  37.     </p>
  38.     </form>
  39.     <p id="nav">
  40.     <a href="http://corpsofcadets.net/wp-login.php?action=register">Register</a> |  <a href="http://corpsofcadets.net/wp-login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a>
  41.     </p>
  42.     <script type="text/javascript">
  43.     function wp_attempt_focus(){
  44.     setTimeout( function(){ try{
  45.     d = document.getElementById('user_login');
  46.     d.focus();
  47.     d.select();
  48.     } catch(e){}
  49.     }, 200);
  50.     }
  51.     wp_attempt_focus();
  52.     if(typeof wpOnload=='function')wpOnload();
  53.     </script>
  54.     <p id="backtoblog"><a href="http://corpsofcadets.net/" title="Are you lost?">&larr; Back to Corps of Cadets</a></p>
  55.     </div>
  56.     <link rel='stylesheet' id='admin-bar-css'  href='http://corpsofcadets.net/wp-includes/css/admin-bar.min.css?ver=4.1.1' type='text/css' media='all' />
  57.     <link rel='stylesheet' id='bp-admin-bar-css'  href='http://corpsofcadets.net/wp-content/plugins/buddypress/bp-core/css/admin-bar.min.css?ver=2.0.1' type='text/css' media='all' />
  58.     <div class="clear"></div>
  59.     </body>
  60.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement