-
Notifications
You must be signed in to change notification settings - Fork 0
/
p3.html
84 lines (50 loc) · 1.43 KB
/
p3.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
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
<html>
<head>
<title>Contact </title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body style="background-color: lightyellow">
<nav class="topnav">
<a href="p4.html">Home</a>
<a href="category.html">Categories</a>
<a href="bestsellers.php">Best Sellers</a>
<a href="newRelease.php">New Releases</a>
<a href="p3.html">Contact</a>
<a href="about2.html">About</a>
<a href="p2.html">Login</a>
<a href="p1.html">Register</a>
</nav>
<br>
<h1 style="color: red" >Contact </h1>
<div>
<ul>
<li>Louran-724 Al Horya Street </li>
<li>Phone number : 5853186</li>
<br>
<li>Smouha-Street 26-Infront of Ali Ibn Abi talb Mosque</li>
<li>Phone number : 4274446 - 9608564 </li>
<br>
<li>Smouha Mostafa Kamel beside Orange</li>
<li>Phone number : 4202938 </li>
</ul>
</div>
<br>
<form>
<div>
<label>supportmail: [email protected]</label>
<br>
<br>
<label>Message:</label>
<br> <form action="contactmsg.php" method="post">
<textarea name="message"required></textarea>
<br>
<input type="submit" name="submit" value="Submit">
<button>cancel</button> </form>
</div>
</form>
</body>
<footer class ="topnav">
<a href="privacypolicy.html">Privacy Policy</a>
<a href="terms.ofuse.html">Terms of Use</a>
</footer>
</html>