-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathregistration.html
50 lines (42 loc) · 1.38 KB
/
registration.html
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
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>Registration</title>
<meta charset="UTF-8">
<link href="registration.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="blueBg">
<p class="autonoma">Autonoma</p>
<img src="images/mobile.png" class="img">
<img src="images/mobile.png" class="img" id="second">
</div>
<div class="whiteBg">
<p class="newKonta">Jauns konts</p>
</div>
<div>
<div class="one">
<p class="vards">Vards</p>
<input type="text" class="saraksts">
</div>
<div class="two">
<p class="uzvards">Uzvards</p>
<input type="text" class="saraksts">
</div>
<div class="three">
<p class="epasts">E-pasta</p>
<input type="text" class="saraksts">
</div>
<div class="four">
<p class="parole">Parole</p>
<input type="password" class="saraksts">
</div>
</div>
<div>
<p class="accept">Piekrītu visiem noteikumiem</p>
<input type="checkbox" class="check">
<input type="button" value="Izveidot kontu" class="vkonta">
</div>
<img src="images/jeep.png" class="logo">
</body>
</html>