-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
41 lines (31 loc) · 1.24 KB
/
Copy pathcontact.php
File metadata and controls
41 lines (31 loc) · 1.24 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
<?php include_once 'header.php'?>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="post-single">
<div class="post-title-single"><h1>تماس با ما</h1></div>
<br><br><br>
<div class="col-md-8 post-txt-single">
<form method="post">
نام و نام خانوادگی : <br>
<input type="text" name="username" class="form-control" required><br>
ایمیل : <br>
<input type="password" name="password" class="form-control" required><br>
موضوع پیغام : <br>
<input type="email" name="email" class="form-control" required><br>
متن پیغام : <br>
<textarea name="content" class="form-control" rows="12"></textarea>
<br>
<input type="submit" name="send" value="ارسال" class="btn btn-primary">
</form>
<br>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<?php include_once 'footer.php';?>