mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2026-03-25 08:34:25 +08:00
更新于 07-05 01:41
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<title>JSTOOL控制面板</title>
|
||||
<script type="text/javascript" src="./js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="./js/sweetalert2.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="./css/main2.css">
|
||||
<link href="./css/layui.css" rel="stylesheet" type="text/css">
|
||||
<link href="./css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="./css/index_style.css" rel="stylesheet" type="text/css">
|
||||
@@ -26,7 +27,7 @@
|
||||
<div class="login-form">
|
||||
<h1>JSTOOL控制面板</h1>
|
||||
<form action="auth" method="POST">
|
||||
<input class="layui-btn-normal" type="text" name="username" class="username" placeholder="用户名" required>
|
||||
<input class="layui-btn" type="text" name="username" class="username" placeholder="用户名" required>
|
||||
<input class="layui-btn" type="password" name="password" class="password" placeholder="密码" required>
|
||||
<input class="layui-btn layui-btn-normal" type="submit" id="login" value="登录">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user