forked from Marcus9969/Whatsapp2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 721 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 721 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="script.JS"></script>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WhatsApp 2</title>
</head>
<body>
<div class="login">
<h1>WhatsApp 2</h1>
<img class="zap" src="img/download-removebg-preview (2).png">
<label class="user">
<input type="name" placeholder="Usuario">
</input>
</label>
<label class="senha">
<input type="password" placeholder="Senha">
</input>
</label>
<button id="b1">Login</button>
<button class="b2">cadastrar</button>
</div>
</body>
</html>