Facebook Login Form
HTML Код! - Копирай кода!
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Facebook Login Form</title>
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<form action="index.html" class="login">
<h1>Facebook</h1>
<input type="email" name="email" class="login-input" placeholder="Email Address" autofocus>
<input type="password" name="password" class="login-input" placeholder="Password">
<input type="submit" value="Login" class="login-submit">
<p class="login-help"><a href="index.html">Forgot password?</a></p>
</form>
<section class="about">
<p class="about-links">
<a href="http://www.cssflow.com/snippets/facebook-login-form" target="_parent">View Article</a>
<a href="http://www.cssflow.com/snippets/facebook-login-form.zip" target="_parent">Download</a>
</p>
<p class="about-author">
© 2013 <a href="http://thibaut.me" target="_blank">Thibaut Courouble</a> -
<a href="http://www.cssflow.com/mit-license" target="_blank">MIT License</a><br>
Original PSD by <a href="http://dribbble.com/shots/808325-Facebook-Login-Freebie" target="_blank">Alex Montague</a>
</p>
</section>
</body>
</html>
HTML Код! - Копирай кода!
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Facebook Login Form</title>
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<form action="index.html" class="login">
<h1>Facebook</h1>
<input type="email" name="email" class="login-input" placeholder="Email Address" autofocus>
<input type="password" name="password" class="login-input" placeholder="Password">
<input type="submit" value="Login" class="login-submit">
<p class="login-help"><a href="index.html">Forgot password?</a></p>
</form>
<section class="about">
<p class="about-links">
<a href="http://www.cssflow.com/snippets/facebook-login-form" target="_parent">View Article</a>
<a href="http://www.cssflow.com/snippets/facebook-login-form.zip" target="_parent">Download</a>
</p>
<p class="about-author">
© 2013 <a href="http://thibaut.me" target="_blank">Thibaut Courouble</a> -
<a href="http://www.cssflow.com/mit-license" target="_blank">MIT License</a><br>
Original PSD by <a href="http://dribbble.com/shots/808325-Facebook-Login-Freebie" target="_blank">Alex Montague</a>
</p>
</section>
</body>
</html>
Няма коментари:
Публикуване на коментар