-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaggot.php
More file actions
39 lines (38 loc) · 1.31 KB
/
faggot.php
File metadata and controls
39 lines (38 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
include "head.php"
?>
<body>
<?php
include "header.php"
?>
<div class="login" id="login">
<div class="login__container">
<div class="login__select">
<span id="logBtn">Авторизация</span>
<div class="login__bar"></div>
<span onclick="show('reg'); hide('login'); hide('menu'); paint('regBtn')">Регистрация</span>
</div>
<div class="login__logo">
<img src="img/logo-white-big.png" alt="LOGO">
</div>
<form action="auth.php" class="login__auth" method="POST">
<input class="inp" name="login" type="text" placeholder="Логин...">
<input class="inp" name="password" type="password" placeholder="Пароль...">
<div class="login__faggottext"> <span>неверный логин или пароль</span> </div>
<div class="login__faggot"><a href="forget.php">Забыли пароль?</a></div>
<input name="do_login" type="submit" class="login__login" value="ВОЙТИ">
</form>
<div class="login__socialauth">
<span>Войти через:</span>
<div>
<div><img src="img/gno.png" alt="GOOGLE"></div>
<div><img src="img/fbno.png" alt="FACEBOOK"></div>
</div>
</div>
</div>
</div>
</body>
<?php
include "script.php"
?>
</html>