-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathput your orginal ideas.html
More file actions
80 lines (37 loc) · 1.2 KB
/
Copy pathput your orginal ideas.html
File metadata and controls
80 lines (37 loc) · 1.2 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<head>
<title>Put Your orginal ideas</title>
<link href="put your original ideas.css" type="text/css" rel="stylesheet">
</head>
<body>
<body alink="white" vlink="white" link="white">
<font size=5px>
<div class="utkarsh">
<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>
</font>
</div>
<div class="contact-title">
<h1> Put Your Ideas</h1>
</div>
<div class="contact-form">
<form id="contact-form" method="post" action="put your original ideas.php">
<input name="name" type="text" class="form-control" placeholder="Your Name" required>
<br>
<input name="email" type="email" class="form-control" placeholder="Your Email" required>
<br>
<textarea name="message" class="form-control" placeholder="Message" row="4" required>
</textarea>
<br>
<input type="submit" class="submit" value="Send Message">
</form>
</div>
</body>
</html>