17 lines
512 B
HTML
17 lines
512 B
HTML
|
<!DOCTYPE html>
|
||
|
<link rel="stylesheet" href="style.css"/>
|
||
|
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
|
||
|
<body>
|
||
|
<span style="font-size:20px;">Przypomnij hasło</span>
|
||
|
<form action="/action_page.php">
|
||
|
<div class="bord"><image class="icon" src="lock.png"></image><input type="email" required class="prostokat" placeholder="e-mail">
|
||
|
</input>
|
||
|
</div>
|
||
|
|
||
|
<button type="submit">
|
||
|
<image src="arrow.png" width="30px">
|
||
|
</button>
|
||
|
</form>
|
||
|
|
||
|
|
||
|
</body>
|