7 lines
207 B
PHP
7 lines
207 B
PHP
<?php
|
|
$title = "Recent Website Unavailability";
|
|
$description = "An explanation as to why my website has been unavailable for the better part of a week.";
|
|
$created = "2019-10-01";
|
|
$updated = "2019-10-01";
|
|
?>
|