-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
21 lines (20 loc) · 945 Bytes
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel = "stylesheet" href = "Styles/webpagestyle.css">
</head>
<body>
<?php include 'menu.php'?>
<!-- Your page content here -->
<h1>Welcome To OVPS </h1>
<br>
<h1>[ Online Vehicle Parking System ]</h1>
<br><br>
<div1>
The Online Vehicle Parking System (OVPS) is a system that enables customers/drivers to book a parking space slot. It also allows the customers/drivers to view the parking status at Lulu Mall.
It was developed because the congestion and collision of the vehicles around Edappally all the time, the system was developed for Lulu Mall located in Edappally.
Therefore the project aimed at solving such problems by designing a web based system that will enable the customers/drivers to make a book slots of available parking space automatically choosing a lot for people at Lulu Mall.
</div1>
</body>
</html>