bb_web-log/2019/index.php

44 lines
1.0 KiB
PHP
Executable File

<!DOCTYPE html>
<html lang="en-AU">
<head>
<meta charset="UTF-8">
<title>BB Web-log Example&#65295;Demo.</title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="../basic.css" >
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="../feed-rss2.xml">
</head>
<body>
<header id="top">
<section>
<h1>BB Web-log Example&#65295;Demo.</h1>
<p><a href="../feed-rss2.xml" target="_blank">Read via <abbr title="Rich Site Summary">RSS</abbr> feed</a>.</p>
</section>
<nav>
<p>Year:</p>
<ol>
<li><a href="../">2020</a></li>
<li>2019&#9756;</li>
<li>et cetera</li>
</ol>
</nav>
</header>
<main>
<?php
foreach (array_reverse(glob("*.html")) as $filename) {
include $filename;
}
?>
</main>
<footer>
<nav>
<ul>
<li><a href="../">Web-log Home</a></li>
<li><a href="#top">Page Top</a></li>
</ul>
</nav>
</footer>
</body>
</html>