-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign.html
30 lines (26 loc) · 1.06 KB
/
sign.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sign up</title>
<link rel="stylesheet" href="style.css">
<link href="index.html" >
</head>
<body>
<form action = "https://sheetdb.io/api/v1/l3so05n3czwyh" method="post" id = "sheetdb-form">
<div class="container">
<h1>Register</h1>
<p>Enter Your Details</p>
<input type="text" name = "data[username]" required placeholder="User Name">
<input id = "gmail" type="gmail" name = "data[gmail]" required placeholder="Gmail">
<input id = "password" type="password" name = "data[password]" required placeholder="Password">
<div id="btns">
<button type = "submit" class = "btn1" onclick = "loginpg()">Create Account</button>
<button type = "button" class = "btn2" onclick = "loginpg()">Login</button>
</div>
</form>
</div>
<script src="code.js"></script>
</body>
</html>