25 lines
467 B
PHP
25 lines
467 B
PHP
<?php
|
|
|
|
/**
|
|
* Report Oil Change page template.
|
|
*
|
|
* @package ThemeStarter
|
|
*/
|
|
|
|
?>
|
|
|
|
<!-- Get Header -->
|
|
<?php get_header(); ?>
|
|
|
|
<?php get_template_part('template-parts/partials/page-header') ?>
|
|
|
|
<!-- Report Oil Change Form -->
|
|
<section class="max-w-7xl mx-auto">
|
|
|
|
<div class="py-8 px-2"><iframe title="Report an Oil Change" src="//coasttocoast.ca/oil-change.asp" width="100%" height="1256px"></iframe></div>
|
|
|
|
</section>
|
|
|
|
|
|
<!-- Get Footer -->
|
|
<?php get_footer(); ?>
|