-
Notifications
You must be signed in to change notification settings - Fork 0
/
logowanie.php
34 lines (25 loc) · 1.09 KB
/
logowanie.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css_strona.css">
</head>
<body>
<div class="container">
<div class="left"><svg width="300px" viewBox="0 0 477 465" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 194.776C11.1014 225.622 51.3895 243.48 140.892 300.535L117.988 463L248.014 300.535L376.278 445.953L311.441 276.182L476 194.776H265.28L208.901 1L182.825 194.776H1Z" fill="#772020" stroke="black"/>
</svg>
</div>
<div class="right">
<form action="strona.php" method="post">
<input class="linia" type="text" name="login" id="login" placeholder="prosze podać login">
<input class="linia" type="password" name="haslo" id="haslo" placeholder="prosze podać haslo">
<input type="submit" value="zaloguj">
</form>
</div>
</div>
</body>
</html>