mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Merge branch 'master' of https://github.com/Llloooggg/Jarvis
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="ie=edge" http-equiv="X-UA-Compatible">
|
||||
<title>Jarvis</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js"></script>
|
||||
<link href="{{ url_for('static', filename = './css/main.css') }}" rel="stylesheet" type="text/css">
|
||||
<link href="{{ url_for('static', filename='./img/favicon.ico') }}" rel="icon" type="image/x-icon">
|
||||
<script src="{{ url_for('static', filename = './js/main.js') }}"></script>
|
||||
@@ -44,6 +45,7 @@
|
||||
<div class="drop-block">
|
||||
<form action="/login" method="POST">
|
||||
<div class="triangle"></div>
|
||||
<!-- <p class="red_text" id="1">Неверный логин или пароль</p> -->
|
||||
<label class="form__cell-header ">
|
||||
<input class="form__input-text-mod" name="LogUserLogin" placeholder="Логин"
|
||||
type="text">
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="ie=edge" http-equiv="X-UA-Compatible">
|
||||
<title>Jarvis</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js"></script>
|
||||
<link href="{{ url_for('static', filename = './css/main.css') }}" rel="stylesheet">
|
||||
<link href="{{ url_for('static', filename='./img/favicon.ico') }}" rel="icon" type="image/x-icon">
|
||||
<link href="{{ url_for('static', filename='./css/plugins/jquery.fancybox.css') }}" rel="stylesheet">
|
||||
@@ -46,6 +47,7 @@
|
||||
<div class="drop-block">
|
||||
<form action="/login" method="POST">
|
||||
<div class="triangle"></div>
|
||||
<p class="red_text" id="1">Неверный логин или пароль</p>
|
||||
<label class="form__cell-header ">
|
||||
<input class="form__input-text-mod" name="LogUserLogin" placeholder="Логин"
|
||||
type="text">
|
||||
@@ -54,7 +56,7 @@
|
||||
<input class="form__input-text-mod" name="LogUserPassw" placeholder="Пароль"
|
||||
type="password">
|
||||
</label>
|
||||
<button class="header_btn" name="LogButton" type="submit" value="Войти">Вход
|
||||
<button class="header_btn" name="LogButton" type="submit" value="Войти" >Вход
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user