-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.html
More file actions
24 lines (24 loc) · 880 Bytes
/
welcome.html
File metadata and controls
24 lines (24 loc) · 880 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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h2> Sign up please for log in....... </h2>
<form method="post" action="">
Firstname: <input type="text" name="firstname_"><br></br>
Lastname: <input type="text" name="lastname_"><br></br>
Email: <input type="text" name="email_"><br></br>
Username: <input type="text" name="username_"><br></br>
Password: <input type="password" name="password_"><br></br>
<input type="submit" name="submit" value="Submit"> <br></br>
</form>
</body>
</html>