Prześlij pliki do 'front-end'
This commit is contained in:
parent
81fd9fb1aa
commit
ce2bb573be
38
front-end/index.html
Normal file
38
front-end/index.html
Normal file
@ -0,0 +1,38 @@
|
||||
<!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;">Zaloguj się</span>
|
||||
<form action="/action_page.php">
|
||||
<div class="bord"><image class="icon" src="user.png"></image><input type="text" class="prostokat" placeholder="login">
|
||||
|
||||
</input>
|
||||
</div>
|
||||
<div class="bord"><image class="icon" src="lock.png"></image><input type="password" class="prostokat" placeholder="hasło">
|
||||
</input>
|
||||
</div>
|
||||
<button type="submit">
|
||||
<image src="arrow.png" width="30px">
|
||||
</button>
|
||||
</form>
|
||||
<a style="font-size:10px;" href="pass.html">Przypomnij hasło</a><br/><br/>
|
||||
|
||||
<span style="font-size:20px;">Zarejestruj się</span>
|
||||
<form action="/action_page.php">
|
||||
<div class="bord"><image class="icon" src="user.png"></image><input type="text" class="prostokat" placeholder="login">
|
||||
|
||||
</input>
|
||||
</div>
|
||||
<div class="bord"><image class="icon" src="lock.png"></image><input type="password" class="prostokat" placeholder="hasło">
|
||||
</input>
|
||||
</div>
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user