PerlaTheDog/archives/2019/index.php

66 lines
2.2 KiB
PHP

<?php
include(__DIR__ . './../../assets/config.php');
?>
<!DOCTYPE HTML>
<html>
<head>
<title>Archives For 2019 &#124; <?php echo title ?></title>
<?php
include(__DIR__ . './../../assets/includes/header.php');
?>
<meta name="description" content="Pictures Of <?php echo title ?> From 2019">
<meta property="og:url" content="/archives/2019/">
<meta property="og:type" content="website">
<meta property="og:title" content="<?php echo title ?>">
<meta property="og:description" content="Pictures Of <?php echo title ?> From 2019">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="/"><strong class="title"><?php echo title ?></strong></a></h1>
<nav>
<ul>
<?php
include(__DIR__ . './../../assets/includes/menu.php');
?>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<article class="thumb">
<a href="/img/fulls/IMG_2941.webp" class="image"><img loading="lazy" src="/img/previews/IMG_2941.webp" alt="" /></a>
<h2>December 13th @ 3:19PM<h2>
</article>
<article class="thumb">
<a href="/img/fulls/IMG_2914_241-min.webp" class="image"><img loading="lazy" src="/img/previews/IMG_2914_241-min.webp" alt="" /></a>
<h2>November 5th @ 6:11PM<h2>
</article>
<article class="thumb">
<a href="/img/fulls/IMG_2752_243-min.webp" class="image"><img loading="lazy" src="/img/previews/IMG_2752_243-min.webp" alt="" /></a>
<h2>October 2nd<h2>
</article>
<article class="thumb">
<a href="/img/fulls/IMG_2751.webp" class="image"><img loading="lazy" src="/img/previews/IMG_2751.webp" alt="" /></a>
<h2>October 1st @ 3:19PM<h2>
</article>
<article class="thumb">
<a href="/img/fulls/IMG_1653_936-min.webp" class="image"><img loading="lazy" src="/img/previews/IMG_1653_936-min.webp" alt="" /></a>
<h2>September 15th @ 8:37PM<h2>
</article>
<article class="thumb">
<a href="/img/fulls/IMG_2701_294-min.webp" class="image"><img loading="lazy" src="/img/previews/IMG_2701_294-min.webp" alt="" /></a>
<h2>September 9th @ 4:10PM<h2>
</article>
</div>
<?php
include(__DIR__ . '../../../assets/includes/footer.php');
?>
</body>
</html>