-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignUp.html
More file actions
63 lines (50 loc) · 1.82 KB
/
SignUp.html
File metadata and controls
63 lines (50 loc) · 1.82 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="SignUp.css">
<title>SignUpPage</title>
</head>
<body>
<div id="loginPage" class="loginPage">
<form action="" method="post">
<h2>Sign Up
<span>
<button onclick="document.getElementById('loginPage')" .innerHTML=⇨;></button>
</span>
</h2>
<input type="text" id="InputName" placeholder="Type your name" required><br>
<input type="text" id="InputEmail" placeholder="Type your EmailId" required><br>
<input type="password" id="InputPass" placeholder="please type your password" maxlength="8" required><br>
<input type="password" id="InputPass" placeholder="please retype your password" maxlength="8" required><br>
<button type=submit id="done">Submit</button></a>
</form>
</div>
<!-------------------------------------------------------------------------------------------------------------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Alan Example</title>
</head>
<body>
<div class="alan-btn"></div>
<script type="text/javascript" src="https://studio.alan.app/web/lib/alan_lib.min.js"></script>
<script>
var alanBtnInstance = alanBtn({
key: "eb0f4977b463749b58eaa3005078d7e52e956eca572e1d8b807a3e2338fdd0dc/stage",
onCommand: function (commandData) {
if (commandData.command === "go:back") {
//call client code that will react to the received command
}
},
rootEl: document.getElementById("alan-btn"),
});
// https://studio.alan.app/billing (....imp.....)
</script>
</body>
</html>
</body>
</html>