-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontactus.html
55 lines (51 loc) · 1.99 KB
/
contactus.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Contact us</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="cssmain/maincontact.css">
</head>
<body>
<font face="Oswald">
<div class="topnav" id="myTopnav">
<span class="no">StudentSpace</span>
<a href="contactus.html">Contact</a>
<a href="aboutus.html">About</a>
<a href="test.php">Home</a>
</div>
<div class="mp1">
<center>
<div class="he1">
Contact us at StudentSpace
</div>
<hr color="black">
</center>
<div class="he2">
<div class="ml">Name</div>
<button type="button" class="btn btn-default btn">
<span class="glyphicon glyphicon-user">
</span>
</button>
<input type="text" name="name" placeholder=" Enter your Name" class="inp">
<div class="ml">Email</div>
<button type="button" class="btn btn-default btn">
<span class="glyphicon glyphicon-user">
</span>
</button>
<input type="text" name="name" placeholder=" Enter the Subject" class="inp">
<div class="ml">Issue</div>
<!--<button type="button" class="btn btn-default btn">
<span class="glyphicon glyphicon-list-alt">
</span>
</button>-->
<textarea name="issue" cols="40" rows="5" class="in1" placeholder=" Enter the issue"></textarea>
</div>
<center>
<button type="button" class="btn btn-success btn-lg reg">Submit</button>
</center>
</div>
</div>
</body>
</html>