7 lines
154 B
PHP
7 lines
154 B
PHP
<?php
|
|
$title = "Books";
|
|
$description = "My rant as to why books aren't as important as people say.";
|
|
$created = "2016-12-24";
|
|
$updated = "2016-12-24";
|
|
?>
|