PerlaTheDog/index.php

97 lines
4.0 KiB
PHP
Raw Normal View History

<?php
include(__DIR__ . '/assets/config.php');
?>
2022-12-01 02:10:16 -08:00
<!DOCTYPE HTML>
<html>
<head>
<title><?php echo title ?></title>
2022-12-19 00:50:21 -08:00
<?php
include(__DIR__ . '/assets/includes/header.php');
?>
<meta name="description" content="Pictures Of <?php echo title ?>">
2023-01-09 09:47:41 -08:00
<meta property="og:url" content="/">
<meta property="og:type" content="website">
<meta property="og:title" content="<?php echo title ?>">
<meta property="og:description" content="Pictures Of <?php echo title ?>">
2022-12-01 02:10:16 -08:00
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="/"><strong><?php echo title ?></strong></a></h1>
<nav>
<ul>
2022-12-22 17:18:53 -08:00
<?php
include(__DIR__ . '/assets/includes/menu.php');
?>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
2023-03-06 18:54:22 -08:00
<article class="thumb">
<a href="/img/fulls/IMG_5142.webp" class="image"><img src="/img/previews/IMG_5142.webp" alt="" /></a>
<h2>March 6th @ 6:16PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5142.webp" class="image"><img src="/img/previews/IMG_5142.webp" alt="" /></a>
<h2>Febuary 19th @ 11:32PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5135.webp" class="image"><img src="/img/previews/IMG_5135.webp" alt="" /></a>
<h2>Febuary 19th @ 2:57PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5110.webp" class="image"><img src="/img/previews/IMG_5110.webp" alt="" /></a>
<h2>Febuary 13th @ 5:19PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5097.webp" class="image"><img src="/img/previews/IMG_5097.webp" alt="" /></a>
<h2>Febuary 11th @ 1:25PM</h2> </article>
2023-02-05 14:08:50 -08:00
<article class="thumb">
<a href="/img/fulls/IMG_5080.webp" class="image"><img src="/img/previews/IMG_5080.webp" alt="" /></a>
<h2>Febuary 4th @ 1:46PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_6312.webp" class="image"><img src="/img/previews/IMG_6312.webp" alt="" /></a>
<h2>January 31st @ 11:59AM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5061.webp" class="image"><img src="/img/previews/IMG_5061.webp" alt="" /></a>
<h2>January 28th @ 12:51PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5055.webp" class="image"><img src="/img/previews/IMG_5055.webp" alt="" /></a>
<h2>January 27th @ 6:53PM</h2> </article>
2023-01-23 07:15:50 -08:00
<article class="thumb">
<a href="/img/fulls/IMG_5010.webp" class="image"><img src="/img/previews/IMG_5010.webp" alt="" /></a>
<h2>January 20th @ 2:23PM</h2> </article>
2023-02-05 14:08:50 -08:00
<article class="thumb">
<a href="/img/fulls/IMG_6259.webp" class="image"><img src="/img/previews/IMG_6259.webp" alt="" /></a>
<h2>January 20th @ 1:48PM</h2> </article>
2023-01-23 07:15:50 -08:00
<article class="thumb">
<a href="/img/fulls/IMG_4997.webp" class="image"><img src="/img/previews/IMG_4997.webp" alt="" /></a>
<h2>January 17th @ 11:28PM</h2> </article>
2023-01-14 13:53:18 -08:00
<article class="thumb">
<a href="/img/fulls/IMG_4979.webp" class="image"><img src="/img/previews/IMG_4979.webp" alt="" /></a>
<h2>January 10th @ 7:04PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_4977.webp" class="image"><img src="/img/previews/IMG_4977.webp" alt="" /></a>
<h2>January 10th @ 12:48AM</h2> </article>
2023-01-09 09:47:41 -08:00
<article class="thumb">
<a href="/img/fulls/IMG_4975.webp" class="image"><img src="/img/previews/IMG_4975.webp" alt="" /></a>
<h2>January 9th @ 9:35AM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_4972.webp" class="image"><img src="/img/previews/IMG_4972.webp" alt="" /></a>
<h2>January 7th @ 2:06PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_4952.webp" class="image"><img src="/img/previews/IMG_4952.webp" alt="" /></a>
<h2>January 4th @ 8:12PM</h2> </article>
2022-12-27 01:20:12 -08:00
<article class="thumb">
2023-01-01 06:29:47 -08:00
<a href="/img/fulls/IMG_4947.webp" class="image"><img src="/img/previews/IMG_4947.webp" alt="" /></a>
<h2>January 1st @ 12:16AM</h2> </article>
2023-01-09 09:47:41 -08:00
</div>
</div>
2022-12-19 00:50:21 -08:00
<?php
2022-12-18 19:56:39 -08:00
include(__DIR__ . '/assets/includes/footer.php');
?>
2022-12-19 00:50:21 -08:00
</html>