-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (22 loc) · 800 Bytes
/
index.html
File metadata and controls
45 lines (22 loc) · 800 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>
<head>
<link rel="icon" type="image/png" href="chrome.png">
<title>Login form </title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="loginBox">
<img src="https://cdn2.f-cdn.com/contestentries/1316431/24595406/5ae8a3f2e4e98_thumb900.jpg" class="user">
<h2>Sync-X Log In</h2>
<form>
<p>Email Dalo</p>
<input type="text" name = "" placeholder="Enter Email">
<p>Password Dalo</p>
<input type="password" name = "" placeholder="Enter Password">
<input type="submit" name = "" value="Sign In" formaction="file:///C:/Users/anil.handa/Desktop/Pulkit/pulkit.html">
<a href="https://discord.com/channels/701436177609130034/701436945850433536"> Forget Password</a>
</form>
</div>
</body>
</html>