-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 2.36 KB
/
index.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
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
Dever em Casa
</title>
<meta content="Dever em casa Cariacica" property="og:title">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link href="src/css/style.css" rel="stylesheet" type="text/css"/>
<link href="favicon.ico" rel="icon" type="image/x-icon"/>
</head>
<body class="body-2">
<div class="section-4">
<div class="div-block-12">
<div class="container-7 w-container">
<div class="row w-row borda">
<div class="column-6 w-col w-col-12 w-col-tiny-tiny-stack borda-conteudo">
<h2 class="heading-7">
lOGIN
</h2>
<div class="form-block w-form">
<form class="form w-clearfix" data-name="Login" action="https://wiquadro.com.br/site/login" id="wf-form-Login" method="POST" name="wf-form-Login">
<label class="field-label" for="LoginForm_username">
e-mail
</label>
<input class="text-field w-input" data-name="LoginForm_username" id="LoginForm_username" maxlength="50" name="LoginForm[username]" required="required" type="text"/>
<label class="field-label-2" for="LoginForm_password">SENHA</label>
<input class="text-field-2 w-input" data-name="LoginForm_password" maxlength="32" name="LoginForm[password]" id="LoginForm_password" type="password" required="required" type="password"/>
<input class="submit-button w-button" data-wait="Please wait..." type="submit" value="LOGIN"/>
</form>
<div style="text-align: center; margin-top: 14px; ">
<img src="src/img/logos.jpg"/>
</div>
<div class="w-form-done">
<div>
Thank you! Your submission has been received!
</div>
</div>
<div class="w-form-fail">
<div>
Oops! Something went wrong while submitting the form.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="../src/script.js"></script>
</body>
</html>