-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (38 loc) · 1.61 KB
/
Copy pathindex.html
File metadata and controls
59 lines (38 loc) · 1.61 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>White Book</title>
<meta name="description" content="Dzięki aplikacji White Book prowadź i kontroluj budżet osobisty">
<meta name="keywords" content="budżet, bilans, finanse, oszczędzanie, przychody, wydatki">
<meta name="author" content="Piotr Maryńczak">
<meta http-equiv="X-Ua-Compatible" content="IE=edge">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/fontello.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<main>
<header>
<div id="container">
<div id="logo"><img src="img/logo.png"/></div>
<form>
<input class="button_log" type="text" placeholder="imię" onfocus="this.placeholder=''" onblur="this.placeholder='imię'" >
<input class="button_log" type="text" placeholder="login" onfocus="this.placeholder=''" onblur="this.placeholder='login'" >
<input class="button_log" type="password" placeholder="hasło" onfocus="this.placeholder=''" onblur="this.placeholder='hasło'" >
<input class="button_reg" type="submit" value="Zarejestruj się">
<input class="button_reg" type="submit" value="Zaloguj się">
</form>
</div>
</header>
</main>
<footer>
<div id="info">
Wszelkie prawa zastrzeżone © 2019
</div>
</footer>
</body>
</html>