You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.5 KiB
45 lines
1.5 KiB
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>欢迎 - LittleBusters</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css\welcomepage.css">
|
|
<script src="js/welcomepage_message.js"></script>
|
|
<!--[if IE]><script>alert("别用IE浏览器啦,快换一个吧!");</script><![endif]-->
|
|
|
|
</head>
|
|
|
|
<!-- 前端不擅长,逻辑做的很简单,见谅 ( ̄﹏ ̄;)-->
|
|
|
|
<body lang="ZH-CN">
|
|
<div id="content">
|
|
<div id="background"></div>
|
|
<div id="dialogMask" onclick="closeDialog()"></div>
|
|
<div class="login-box">
|
|
<div class="login-box-title">登录/注册</div>
|
|
|
|
<div class="input-field-group">
|
|
<div class="input-field">
|
|
<input id="username" type="text" autocomplete="username" placeholder="用户名/UID">
|
|
</div>
|
|
<div class="input-field">
|
|
<input id="passwd" type="password" autocomplete="current-password" placeholder="密码">
|
|
</div>
|
|
</div>
|
|
<div class="operator-box">
|
|
<button class="big-button" type="submit" id="login-botton" onclick="checkInputCorrect()">登录</button>
|
|
<div class="rl-layout-box">
|
|
<a class="small-link" onclick="forgotPasswd()">不记得密码了?</a>
|
|
<a class="small-link">没有账号?注册一个!</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |