Initial commit
This commit is contained in:
13
index.php
Normal file
13
index.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php include('header.php') ?>
|
||||
<?php include('parts/teaser.php') ?>
|
||||
<?php include('parts/services.php') ?>
|
||||
<?php include('parts/newsletter.php') ?>
|
||||
<?php include('parts/vehicles.php') ?>
|
||||
<?php include('parts/reviews.php') ?>
|
||||
<?php include('parts/location.php') ?>
|
||||
<?php include('parts/information.php') ?>
|
||||
<?php include('parts/partners.php') ?>
|
||||
<?php include('parts/contact.php') ?>
|
||||
<?php include('parts/footer.php') ?>
|
||||
<?php include('parts/checkoutmodal.php') ?>
|
||||
<?php include('jquery.php') ?>
|
Reference in New Issue
Block a user