Add web design files
This commit is contained in:
28
web-design/Файлы/forms5.html
Normal file
28
web-design/Файлы/forms5.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link href="forms5.css" rel="stylesheet" type="text/css">
|
||||
<title>Документ без названия</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="border" align="center">
|
||||
<div align="center" class="main">
|
||||
<h2 class="access">Access Account</h2>
|
||||
<input type="text" placeholder="Email Addresses" class="text_input" />
|
||||
<input type="password" class="text_input" placeholder="Password" />
|
||||
<div class="FL remember_block"><input type="checkbox" class="remember" /> Remember me</div>
|
||||
<div class="restore FR">Forget password?</div>
|
||||
<div class="line CB"></div>
|
||||
<h3 class="captcha">Select captcha type</h3>
|
||||
<select class="recaptcha">
|
||||
<option>Recaptcha</option>
|
||||
</select>
|
||||
<input class="last" type="submit" value="Sign In" />
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user