Beta version
hide

SuperJobPost

Visual | HTML | CSS

View all projects

            
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>SuperJobPost | Login</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<link href="./css/style.css" type="text/css" rel="stylesheet"/>
<!--[if IE 6]><link rel="stylesheet" href="./css/ie.css" type="text/css" media="screen" title="no title" charset="utf-8" /><![endif]-->
</head>
<body style="background:#ddd"> 
<div class="itemLogin"> 
  <div class="itemTitle"> <span>Login:</span><a href="" title="">x</a> </div> 
  <div class="content"> 
    <form action="#" method="post"> 
      <dl> 
        <dt>Username:</dt> 
        <dd> 
          <input name="" value="Guest" onclick="this.value = ''" /> 
          <input class="butt" value="" type="submit" /> 
        </dd> 
        <dt>Password:</dt> 
        <dd> 
          <input name="" type="password" value="password" onclick="this.value = ''" /> 
        </dd> 
        <dt>&nbsp;</dt> 
        <dd> 
          <input name=""  type="checkbox" class="check" /> 
          <span>Remember me on this computer</span></dd> 
        <dt>&nbsp;</dt> 
        <dd><a href="#" title=""><img src="images/bg-input-join-us.png" width="402" height="25" alt=""/></a></dd> 
        <dt class="itemForgot">Forgot Password?</dt> 
        <dt>Your E-mail:</dt> 
        <dd class="itemPass"> 
          <input name="" value="info@domain.com" onclick="this.value = 'info@domain.com'" /> 
          <input class="butt" value="" type="submit" /> 
        </dd> 
      </dl> 
    </form> 
  </div> 
</div> 
</body>
</html>