7 lines
135 B
PHP
7 lines
135 B
PHP
<?php
|
|
$title = "The Television is Cancer";
|
|
$description = "A rant about the TV.";
|
|
$created = "2016-05-23";
|
|
$updated = "2016-05-23";
|
|
?>
|