Обновить templates/login.html
This commit is contained in:
parent
137ecb2f3a
commit
32d070d8ce
|
@ -1,105 +1,105 @@
|
||||||
<!--<!DOCTYPE html>
|
<!--<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Login</title>
|
<title>Login</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>Login</h2>
|
<h2>Login</h2>
|
||||||
<form method="post" action="/login">
|
<form method="post" action="/login">
|
||||||
<label>Username:</label>
|
<label>Username:</label>
|
||||||
<input type="text" name="username" required>
|
<input type="text" name="username" required>
|
||||||
<br>
|
<br>
|
||||||
<label>Password:</label>
|
<label>Password:</label>
|
||||||
<input type="password" name="password" required>
|
<input type="password" name="password" required>
|
||||||
<br>
|
<br>
|
||||||
<button type="submit">Login</button>
|
<button type="submit">Login</button>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>-->
|
</html>-->
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--
|
<!--
|
||||||
Template Name: Midone - HTML Admin Dashboard Template
|
Template Name: Midone - HTML Admin Dashboard Template
|
||||||
Author: Left4code
|
Author: Left4code
|
||||||
Website: http://www.left4code.com/
|
Website: http://www.left4code.com/
|
||||||
Contact: muhammadrizki@left4code.com
|
Contact: muhammadrizki@left4code.com
|
||||||
Purchase: https://themeforest.net/user/left4code/portfolio
|
Purchase: https://themeforest.net/user/left4code/portfolio
|
||||||
Renew Support: https://themeforest.net/user/left4code/portfolio
|
Renew Support: https://themeforest.net/user/left4code/portfolio
|
||||||
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
|
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
|
||||||
-->
|
-->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<!-- BEGIN: Head -->
|
<!-- BEGIN: Head -->
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link href="/static/dist/images/logo_main.png" rel="shortcut icon">
|
<link href="/static/dist/images/logo_main.png" rel="shortcut icon">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="Midone admin is super flexible, powerful, clean & modern responsive tailwind admin template with unlimited possibilities.">
|
<meta name="description" content="Midone admin is super flexible, powerful, clean & modern responsive tailwind admin template with unlimited possibilities.">
|
||||||
<meta name="keywords" content="admin template, Midone admin template, dashboard template, flat admin template, responsive admin template, web app">
|
<meta name="keywords" content="admin template, Midone admin template, dashboard template, flat admin template, responsive admin template, web app">
|
||||||
<meta name="author" content="LEFT4CODE">
|
<meta name="author" content="LEFT4CODE">
|
||||||
<title>Login - LINK - </title>
|
<title>Login - LINK - </title>
|
||||||
<!-- BEGIN: CSS Assets-->
|
<!-- BEGIN: CSS Assets-->
|
||||||
<link rel="stylesheet" href="/static/dist/css/app.css" />
|
<link rel="stylesheet" href="/static/dist/css/app.css" />
|
||||||
<!-- END: CSS Assets-->
|
<!-- END: CSS Assets-->
|
||||||
</head>
|
</head>
|
||||||
<!-- END: Head -->
|
<!-- END: Head -->
|
||||||
<body class="login">
|
<body class="login">
|
||||||
<div class="container sm:px-10">
|
<div class="container sm:px-10">
|
||||||
<div class="block xl:grid grid-cols-2 gap-4">
|
<div class="block xl:grid grid-cols-2 gap-4">
|
||||||
<!-- BEGIN: Login Info -->
|
<!-- BEGIN: Login Info -->
|
||||||
<div class="hidden xl:flex flex-col min-h-screen">
|
<div class="hidden xl:flex flex-col min-h-screen">
|
||||||
<a href="" class="-intro-x flex items-center pt-5">
|
<a href="" class="-intro-x flex items-center pt-5">
|
||||||
<img alt="Midone Tailwind HTML Admin Template" class="w-6" src="/static/dist/images/logo_main.png">
|
<img alt="Midone Tailwind HTML Admin Template" class="w-6" src="/static/dist/images/logo_main.png">
|
||||||
<span class="text-white text-lg ml-3"> Turbo<span class="font-medium">Аpply</span> </span>
|
<span class="text-white text-lg ml-3"> Turbo<span class="font-medium">Аpply</span> </span>
|
||||||
</a>
|
</a>
|
||||||
<div class="my-auto">
|
<div class="my-auto">
|
||||||
<img alt="Midone Tailwind HTML Admin Template" class="-intro-x w-1/2 -mt-16" src="/static/dist/images/illustration.svg">
|
<img alt="Midone Tailwind HTML Admin Template" class="-intro-x w-1/2 -mt-16" src="/static/dist/images/illustration.svg">
|
||||||
<div class="-intro-x text-white font-medium text-4xl leading-tight mt-10">
|
<div class="-intro-x text-white font-medium text-4xl leading-tight mt-10">
|
||||||
Admin panel
|
Admin panel
|
||||||
<br>
|
<br>
|
||||||
TurboАpply
|
TurboАpply
|
||||||
</div>
|
</div>
|
||||||
<div class="-intro-x mt-5 text-lg text-white">Data Handler Portal</div>
|
<div class="-intro-x mt-5 text-lg text-white">Data Handler Portal</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- END: Login Info -->
|
<!-- END: Login Info -->
|
||||||
<!-- BEGIN: Login Form -->
|
<!-- BEGIN: Login Form -->
|
||||||
<div class="h-screen xl:h-auto flex py-5 xl:py-0 my-10 xl:my-0">
|
<div class="h-screen xl:h-auto flex py-5 xl:py-0 my-10 xl:my-0">
|
||||||
<div class="my-auto mx-auto xl:ml-20 bg-white xl:bg-transparent px-5 sm:px-8 py-8 xl:p-0 rounded-md shadow-md xl:shadow-none w-full sm:w-3/4 lg:w-2/4 xl:w-auto">
|
<div class="my-auto mx-auto xl:ml-20 bg-white xl:bg-transparent px-5 sm:px-8 py-8 xl:p-0 rounded-md shadow-md xl:shadow-none w-full sm:w-3/4 lg:w-2/4 xl:w-auto">
|
||||||
<h2 class="intro-x font-bold text-2xl xl:text-3xl text-center xl:text-left">
|
<h2 class="intro-x font-bold text-2xl xl:text-3xl text-center xl:text-left">
|
||||||
Sign In
|
Sign In
|
||||||
</h2>
|
</h2>
|
||||||
<div class="intro-x mt-2 text-gray-500 xl:hidden text-center">A few more clicks to sign in to your account. Manage all your e-commerce accounts in one place</div>
|
<div class="intro-x mt-2 text-gray-500 xl:hidden text-center">A few more clicks to sign in to your account. Manage all your e-commerce accounts in one place</div>
|
||||||
<div class="intro-x mt-8">
|
<div class="intro-x mt-8">
|
||||||
<form method="post" action="/login">
|
<form method="post" action="/login">
|
||||||
<input type="text" name="username" class="intro-x login__input input input--lg border border-gray-300 block" placeholder="Login">
|
<input type="text" name="username" class="intro-x login__input input input--lg border border-gray-300 block" placeholder="Login">
|
||||||
<input type="password" name="password" class="intro-x login__input input input--lg border border-gray-300 block mt-4" placeholder="Password">
|
<input type="password" name="password" class="intro-x login__input input input--lg border border-gray-300 block mt-4" placeholder="Password">
|
||||||
<div class="intro-x mt-5 xl:mt-8 text-center xl:text-left">
|
<div class="intro-x mt-5 xl:mt-8 text-center xl:text-left">
|
||||||
<button class="button button--lg w-full xl:w-32 text-white bg-theme-1 xl:mr-3" type="submit">Login</button>
|
<button class="button button--lg w-full xl:w-32 text-white bg-theme-1 xl:mr-3" type="submit">Login</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="intro-x flex text-gray-700 text-xs sm:text-sm mt-4">
|
<div class="intro-x flex text-gray-700 text-xs sm:text-sm mt-4">
|
||||||
<div class="flex items-center mr-auto">
|
<div class="flex items-center mr-auto">
|
||||||
<input type="checkbox" class="input border mr-2" id="remember-me">
|
<!--<input type="checkbox" class="input border mr-2" id="remember-me">
|
||||||
<label class="cursor-pointer select-none" for="remember-me">Remember me</label>
|
<label class="cursor-pointer select-none" for="remember-me">Remember me</label>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!--<div class="intro-x mt-5 xl:mt-8 text-center xl:text-left">
|
<!--<div class="intro-x mt-5 xl:mt-8 text-center xl:text-left">
|
||||||
<button class="button button--lg w-full xl:w-32 text-white bg-theme-1 xl:mr-3">Login</button>
|
<button class="button button--lg w-full xl:w-32 text-white bg-theme-1 xl:mr-3">Login</button>
|
||||||
<button class="button button--lg w-full xl:w-32 text-gray-700 border border-gray-300 mt-3 xl:mt-0">Sign up</button>
|
<button class="button button--lg w-full xl:w-32 text-gray-700 border border-gray-300 mt-3 xl:mt-0">Sign up</button>
|
||||||
</div>-->
|
</div>-->
|
||||||
<div class="intro-x mt-10 xl:mt-24 text-gray-700 text-center xl:text-left">
|
<div class="intro-x mt-10 xl:mt-24 text-gray-700 text-center xl:text-left">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- END: Login Form -->
|
<!-- END: Login Form -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- BEGIN: JS Assets-->
|
<!-- BEGIN: JS Assets-->
|
||||||
<script src="/static/dist/js/app.js"></script>
|
<script src="/static/dist/js/app.js"></script>
|
||||||
<!-- END: JS Assets-->
|
<!-- END: JS Assets-->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue