| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html>
- <html lang="zxx">
- <head>
- <title>Home</title>
- <!-- Meta tag Keywords -->
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta charset="UTF-8"/>
- <meta name="keywords"
- content="Hotair Login Form Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design"/>
- <!-- //Meta tag Keywords -->
- <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap"
- rel="stylesheet">
- <!--/Style-CSS -->
- <link rel="stylesheet" href="/static/login/css/style.css" type="text/css" media="all"/>
- <!--//Style-CSS -->
- <link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.2.3/css/bootstrap.min.css" rel="stylesheet"
- integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
- <link rel="stylesheet" href="/static/login/css/font-awesome.min.css" type="text/css" media="all">
- </head>
- <body>
- <!-- form section start -->
- <section class="w3l-hotair-form">
- <h1>宝智达冷链后台</h1>
- <div class="container">
- <!-- /form -->
- <div class="workinghny-form-grid">
- <div class="main-hotair">
- <div class="content-wthree">
- <h2>登录</h2>
- <p>To Your Account</p>
- <form action="/login" method="post">
- <input type="text" class="text" name="username" placeholder="账号" required="">
- <input type="password" class="password" name="password" placeholder="密码" required="">
- <button class="btn" type="submit">登录</button>
- </form>
- </div>
- <div class="w3l_form align-self">
- <div class="left_grid_info">
- </div>
- </div>
- </div>
- </div>
- <!-- //form -->
- </div>
- <!-- copyright-->
- <!-- //copyright-->
- </section>
- <!-- //form section start -->
- <script src="/static/login/js/jquery.min.js"></script>
- <script>
- $(document).ready(function (c) {
- $('.alert-close').on('click', function (c) {
- $('.main-hotair').fadeOut('slow', function (c) {
- $('.main-hotair').remove();
- });
- });
- });
- </script>
- <script src="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.2.3/js/bootstrap.bundle.min.js"
- integrity="sha384-/mhDoLbDldZc3qpsJHpLogda//BVZbgYuw6kof4u2FrCedxOtgRZDTHgHUhOCVim"
- crossorigin="anonymous"></script>
- </body>
- </html>
|