PTD/index.php

44 lines
1.1 KiB
PHP

<?php
include(__DIR__ . '/assets/config.php');
?>
<!DOCTYPE HTML>
<html>
<head>
<title><?php echo title ?></title>
<?php
include(__DIR__ . '/assets/includes/header.php');
?>
<meta name="description" content="Pictures Of <?php echo title ?>">
<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 ?>">
</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_6325_624.webp" class="image"><img loading="lazy" src="/img/previews/IMG_6325_624.webp" alt="" /></a>
<h2>January 11th @ 9:03AM</h2> </article>
</div>
</div>
<?php
include(__DIR__ . '/assets/includes/footer.php');
?>
</html>