-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tab.html
29 lines (24 loc) · 1.05 KB
/
Tab.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/tap.css">
<title>Tap Academy signin mod</title>
</head>
<body>
<div class="all"><img class="logo" src="thumbnail/the-tap-academy-logo-01-300x121.png.webp" alt="TAB ACADEMY logo">
<h3 class="h3">Sign in To your Account</h3>
<p class="p1"> Don't have an account? <a class="a1" href="">SIGN UP></p>
<div class="form1"><form action="https://learn.thetapacademy.com/learn/account/signin">
<label class="Email" for="uemail">Email*</label><br>
<input class="inemail" type="Email" id="uemail" placeholder="Email"><br><br>
<label class="pass3" for="upassword">Password*</label><br>
<input class="upas" type="password" id="upassword" placeholder="Password">
</form></div><br>
<button class="button" >SIGN IN</button><br>
<a class="forget" href="">FORGOT PASSWORD?</a>
<p class="end">Continue without signin? <a href="explore">EXPLORE.</a></p>
</div>
</body>
</html>