-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathankieta.html
29 lines (28 loc) · 1.53 KB
/
ankieta.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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<title>Rejestracja użytkownika</title>
<meta name="description" content="Strona do rejestracji nowych użytkowników dla bikola" />
<meta name="author" content="PawelPruchniak" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700">
<link rel="stylesheet" href="assets/css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/ankietajs.js"></script>
</head>
<body>
<div class="container">
<div id="wrapper">
<form id=register-form autocomplete="on">
<label for="availability" class="availability"> Godziny dostępności </label>
<input id="availability" class="form-control login-input" required="required" type="text"/>
<ul>
<input id="zat-button" class="login-button" type="button" value="Zatwierdź"/>
</ul>
</form>
</div>
</div>
</body>
</html>