-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrial.html
23 lines (21 loc) · 1.52 KB
/
trial.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>
</head>
<h1></h1>
<body>
<script src="./trial.js"></script>
<div class="container"style="margin-top:10px;margin-left:90px;display:flex;flex-direction:row;flex-wrap:wrap;">
<form name="form1" method="post" action="index1.html" onsubmit="return validateform()" style="padding-top:10px;padding-bottom:10px;margin-bottom:10px;width :300px;border-radius:10px; margin-left:20px;margin-right: 20px;padding-left:10px;padding-right:10px ;display:flex;background-color:grey;flex-direction:column;justify-items:conter;justify-content:center;">
Email: <input type="text" name="email"style="padding:20px;padding-left:15px; padding-right:15px; padding-top: 10px; padding-bottom: 10px; margin: 1px; border: none ; border-radius: 5px; border:3px solid forestgreen;"><br/>
Password: <input type="password" name="password"style="padding:20px;padding-left:15px; padding-right:15px; padding-top: 10px; padding-bottom: 10px; margin: 1px; border: none ; border-radius: 5px ;border:3px solid forestgreen;"><br/>
Re-enter Password:<input type="password" name="password2"style="padding:20px;padding-left:15px; padding-right:15px; padding-top: 10px; padding-bottom: 10px; margin: 1px; border: none ; border-radius: 5px; border:3px solid forestgreen;"/><br/>
<input type="submit" value="register">
</form>
</div>
</body>
</html>