yz_08
2021-03-17 0444972925d67eb9e32c9b2d36f2eda24d2f58c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ch" xmlns:th="http://www.thymeleaf.org">
<head>
    <meta charset="UTF-8">
    <meta content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
          name="viewport">
    <meta name="description" content="FEBS Cloud授权码模式登录页面">
    <meta name="author" content="MrBird">
    <link rel="stylesheet" th:href="@{resource/login.min.css}" media="all">
    <script th:src="@{resource/jQuery-2.1.4.min.js}"></script>
    <link rel="icon" th:href="@{resource/favicon.ico}" type="image/x-icon"/>
    <title>FEBS系统登录</title>
</head>
<body>
<div class="wrapper"><div class="container"><h1>FEBS 系统登录</h1><form class="form"><input type="text" placeholder="用户名" id="username"><input type="password" placeholder="密码" id="password"><button type="submit" id="login">登录</button></form></div><ul class="bg-bubbles"><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li></ul></div>
</body>
<script th:inline="javascript">
    var ctx = [[@{/}]];
</script>
<script th:src="@{resource/login.min.js}"></script>
</html>