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.
53 lines
1.8 KiB
53 lines
1.8 KiB
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>欢迎 - Trailblazer</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css\welcomepage.css">
|
|
|
|
<script src="js/sha256-min.js"></script>
|
|
<script src="js/jquery-3.6.0.min.js"></script>
|
|
|
|
<script src="js/utils.js"></script>
|
|
<script src="js/welcomepage_message.js"></script>
|
|
<script src="js/events.js"></script>
|
|
<script src="js/init.js"></script>
|
|
<!--[if IE]><script>alert("别用IE浏览器啦,快换一个吧!");</script><![endif]-->
|
|
|
|
</head>
|
|
|
|
<!-- 前端不擅长,逻辑做的很简单,见谅 ( ̄﹏ ̄;) -->
|
|
<!-- 急招前端ing..... -->
|
|
|
|
<body lang="ZH-CN">
|
|
<div id="content">
|
|
<div id="background"></div>
|
|
<div id="dialogMask"></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 id="errMsgBox"></div>
|
|
<div class="operator-box">
|
|
<div class="botton-box">
|
|
<button class="big-button" type="submit" id="register-botton">注册</button>
|
|
<button class="big-button" type="submit" id="login-botton">登录</button>
|
|
</div>
|
|
<div class="rl-layout-box">
|
|
<a class="small-link" id="forgotPasswordLabel">不记得密码了?</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |