-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactus.html
More file actions
91 lines (81 loc) · 3.88 KB
/
Copy pathcontactus.html
File metadata and controls
91 lines (81 loc) · 3.88 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
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<title>Contact us</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="css/style3.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body><!
<div id="main">
<header>
<i><marquee behavior="scroll" direction="left"> <b> <font face="monotype corsiva"; color="white"><H1><B>welcome </B></H1> </font></b></marquee></h1></p>
<div id="banner">
<div id="welcome">
<h3>Domnwolf <span>hotel</span></h3>
</div><!--close welcome-->
<div id="welcome_slogan">
<h3>heart of serenity</h3>
</div><!--close welcome_slogan-->
</div><!--close banner-->
</header>
<nav>
<div id="menubar">
<ul id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="ourwork.html">services</a></li>
<li><a href="testimonials.html">news</a></li>
<li><a href="projects.html">about us</a></li>
<li class="current"><a href="contact1.html">Contact Us</a></li>
</ul>
</div><!--close menubar-->
</nav>
<div id="site_content">
<div class="slideshow">
<ul class="slideshow">
<li class="show"><img width="900" height="250" src="photos/contactus.png" WIDTH="960" HEIGHT="431" ">" alt=""heart of serenity"" /></li>
<li><img width="900" height="250" src="photos/t.jpg" alt=""heart of serenity"" /></li>
</ul>
</div> -->
<div id="content">
<div class="content_item">
<div class="form_settings">
<h1>Contact Us</h1>
<p style="padding-bottom: 15px;">A contact form requires some method of emailing the contents of the form to an email address. The most common way to do this is to use some kind of server I would be happy to do this page</p>
<center> <form method="POST" action="contact.php">
<div>
name
<input type="text" class="form-control" id="userName" name="name" placeholder="PLEASE ENTER YOUR USERNAME"style="width:300px; height:30px;background:#white;border-radius:15px;">
</div><BR>
<div>
e-mail
<input type="email" class="form-control" id="inputEmail3" name="email" placeholder="PLEASE ENTER YOUR E_MAIL"style="width:300px; height:30px;background:#blue;border-radius:15px;">
</div><BR>
<div>
SUBJECT
<textarea name="subject"placeholder="PLEASE ENTER YOUR IDEAS"style="width:300px; height:130px;background:#blue;border-radius:15px;"></textarea>
</div><BR><BR>
<div>
<label class="fa-btn btn-1 btn-1e">
<input name="submit" type="submit" value="submit" style="border-radius:15px;">
</label>
</div>
</form></center>
</div><!--close form_settings-->
</div><!--close content_item-->
</div><!--close content-->
</div><!--close site_content-->
</div><!--close main-->
<footer>
<!--
<a href="index.html">Home</a> / <a href="ourwork.html">services</a> / <a href="testimonials.html">news</a> / <a href="projects.html">about us</a> / <a href="contact1.html">Contact1</a><br/><br/>
heart of serenity<a href="http://www.heartserenity.co.uk/web-hosting/"><h3>Domnwolf hotel</h3></a> designed by <a href="#">sandrine uwera</a>-->
</footer>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/image_slide.js"></script>
</body>
</html>