7 lines
165 B
PHP
7 lines
165 B
PHP
<?php
|
|
$title = "The Farm";
|
|
$description = "Idea for a lifestyle free from oppression of rent, wage, and debt.";
|
|
$created = "2018-03-18";
|
|
$updated = "2018-03-18";
|
|
?>
|