-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (35 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Free Time Tracking for your Project</title>
<link rel="stylesheet" href="signup.css">
</head>
<body>
<div class="parent">
<div class="child">
<div class="child-1">
<img src="https://app.myhours.com/assets/myhours_app_logo_icon.svg" alt="">
</div>
<h3>Sign up</h3>
<form action="">
<label for="">EMAIL</label>
<br>
<input id="email" type="email" placeholder="Email">
<br>
<br>
<br>
<br>
<label for="">PASSWORD</label>
<br>
<input id="password" type="text" placeholder="Password">
<br>
<button id="btn" class="btn-1">Sign up</button>
</form>
<div class="anchor"> <a href="signin.html">Already have an account ? Sign in</a></div>
</div>
</div>
</body>
</html>
<script src="index.js"></script>