-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign up form.html
More file actions
61 lines (35 loc) · 1018 Bytes
/
Copy pathsign up form.html
File metadata and controls
61 lines (35 loc) · 1018 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
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
<html>
<head>
<title>login form for US industries project 3</title>
<link type="text/css" rel="stylesheet" href="CSS for login form.css">
<style>
#utkarsh{
font-size:30px
}
</style>
</head>
<body>
<div>
<a href="US INDUSTRIES PROJECT 3.HTML"> Home</A>
<a href="login form for us industries project 3.html">Login</a>
<a href="MWC.html">MWC </a>
<a href="put your orginal ideas.html"> Put Your Ideas</a>
<a href="put your ideas.html"> Photo Gallery</a>
</div><br><br>
<CENTER>
<font color="white" size=30 face="Freestyle Script" >
<h1 align="center">Sign Up To See The Future</h1><br>
<form>
First Name:<input type="text"><br>
Last Name:<input type="text"><br>
Password:<input type="password"><br>
Email id:<input type="email"><br>
<input type="submit" value="Sign up" id="button">
</font>
</form>
</body>
</html>