-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpricing.php
More file actions
executable file
·23 lines (21 loc) · 1.03 KB
/
pricing.php
File metadata and controls
executable file
·23 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Atlanta Georgia RV Rental Company, Wide selection of class B plus, class C, and class A RV's to rent. RV rentals pricing">
<meta name="keywords" content="RV Rental, Motorhome Rental, Atlanta, Cobb County, Douglas County, Marietta, Douglasville, Hiram, Lithia Springs, Villa Rica, RV Service, RV Maintenance, RV Storage, Recreational Vehicle Rental, RV rentals, Rent RV, RV trips, Rent Motorhome, RV rentals Atlanta, Motorhome rentals Georgia">
<title>Georgia Motorcoach - RV Rentals. Motorcoach Rental pricing</title>
<?php include ("assets.php");?>
<?php include ("variables.php");?>
</head>
<body>
<?php include ("menu.php");?>
<?php include ("mainMenu.php");?>
<div class="container-fluid">
<div class="promotext col-lg-12 col-md-12 col-xs-12">
<h1><big>PRICING</big></h1>
</div>
</div>
</header>
<?php include ('prices.php');?>
<?php include ("footer.php");?>
</body>