-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpuppiesavail.php
27 lines (22 loc) · 903 Bytes
/
puppiesavail.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
<!DOCTYPE html>
<html lang="en">
<?php include "includeWithVariables.php"?>
<?php includeWithVariables("head.php", array('title' => 'Puppies Available - Skyline Giant Schnauzers'))?>
<body>
<!-- Header -->
<?php includeWithVariables("header.php", array('headerClass' => 'puppies-avail-header', 'headerHTML' => '<h1>Puppies Available</h1>'));?>
<!-- Page Content -->
<section class="content-section-a bg-color">
<div class="container">
<!-- <div class="row justify-content-center descript">
No puppies available at this time.
</div> -->
<div class="row justify-content-center descript">
Check out our <a href="litterannouncement.php#">litter announcement page</a>
</div>
</div>
</section>
<?php include "socialmediabanner.php";?>
<?php include "footer.php";?>
</body>
</html>