-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout2.php
69 lines (51 loc) · 1.72 KB
/
about2.php
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
<html>
<head>
<title> About </title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body >
<nav class ="topnav"> <a href="p4.html">Home</a> </span>
<a href="categoryadmin.php">Categories</a>
<a style="text-decoration: none" href="bestsellersadmin.php">Best Sellers</a> </span>
<a href="newReleaseadmin.php">New Releases</a>
<a href="p3admin.php">Contact</a> <a href="about2.php">About</a>
<a href="adminadd.php"> insertproduct </a>
<a href="showuser.php"> user </a>
<a href="showproduct.php"> dproduct </a>
<a href="logout.php"> Logout </a> </nav>
<?php
if(!isset($_SESSION))
{
session_start();
}
?>
<link rel="stylesheet" href="stylesheet.css">
<h1 style= text-align:center;font-size:24;color:red>
About US:
</h1>
<p style= text-align:center;font-size:24>
Dream Land 40 years of experience in the sale of toys, doctors specializing in the field of child development,</br>
interested in finishing the skills and intelligence and senses of the child,</br>
offers the child the opportunity to bring out his skills and innovations.
</p>
<h2 style= text-align:center;font-size:24;color:red>
Mission:
</h2>
<p style= text-align:center;font-size:20>
We are interested in improving and developing the skills and intelligence of the child, and developing the senses of the child.
</p>
<h3 style= text-align:center;font-size:24;color:red>
Vision:
</h3>
<p style= text-align:center;font-size:20>
To become the first and largest exhibition to show and sell all toys in Egypt and the Middle East.
</p>
<center>
<img src="happy.jpeg">
</center>
</body>
<footer class ="topnav">
<a href="privacypolicy.html">Privacy Policy</a>
<a href="terms.ofuse.html">Terms of Use</a>
</footer>
</html>