-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (31 loc) · 1.39 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
<!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">
<title>Document</title>
<link rel="stylesheet" href="./signup/signup.css">
</head>
<body>
<img src="https://sso.masaischool.com/brand_dark.svg">
<form>
<label>Name</label><br>
<input type="text" placeholder="Enter Name" id="name"><br>
<label>Masai-Id</label><br>
<input type="text" placeholder="Enter Id" id="masaiid"><br>
<label>Email</label><br>
<input type="text" placeholder="Enter Email" id="mail"><br>
<label>username</label><br>
<input type="text" placeholder="Enter Username" id="username"><br>
<label>Password</label><br>
<input type="text" placeholder="Enter Password" id="pass"><br>
<p>By signing up, I accept the Masai School <a href="https://masaischool.com/terms">Terms of
Services</a> and acknowlwdge the <a href="https://masaischool.com/privacy">Privacy Policy</a>. </p>
<input type="submit" value="Sign up">
<p>Already have an account? <a href="./signup/login.html">log in</a> </p>
<link rel="stylesheet" href="">
</form>
</body>
</html>
<script src="./signup/signup.js"></script>