You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.4 KiB
HTML

2 months ago

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>蜜糖ERP注册</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="蜜糖ERP">
<meta name="author" content="蜜糖ERP">
<!-- CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
</head>
<body>
<div class="register-container container">
<div class="row">
<div class="register span6">
<form >
<h2>蜜糖ERP<span class="red"><strong>注册</strong></span></h2>
<label for="firstname">邀请码(FriendCode)</label>
<input type="text" id="firstname" class="textinput" name="firstname" placeholder="请输入您的邀请码FriendCode)...">
<label for="lastname">用户名:</label>
<input type="text" id="lastname" class="textinput" name="lastname" placeholder="enter your first name...">
<label for="username">密码:</label>
<input type="text" id="username" class="textinput" name="username" placeholder="choose a username...">
<label for="username">密码确认:</label>
<input type="text" id="username" class="textinput" name="username" placeholder="choose a username...">
<label for="email">Email</label>
<input type="text" id="email" class="textinput" name="email" placeholder="enter your email...">
<label for="password">联系方式:</label>
<input type="password" class="textinput" id="password" name="password" placeholder="choose a password...">
<label><input id="Checkbox1" type="checkbox" />同意<a style="text-decoration:underline;cursor:pointer;color:#507399;">《用户协议》</a> </label>
<button type="submit">注 册</button>
</form>
</div>
</div>
</div>
<div align="center">Copyright &copy; 2015.蜜糖科技 All rights reserved.
</div>
</body>
</html>