7 lines
146 B
PHP
7 lines
146 B
PHP
<?php
|
|
$title = "My Loathing of Apple";
|
|
$description = "The origins of my hatred for Apple.";
|
|
$created = "2016-08-20";
|
|
$updated = "2016-08-20";
|
|
?>
|