7 lines
110 B
PHP
7 lines
110 B
PHP
<?php
|
|
$title = "My Preference for C";
|
|
$description = "";
|
|
$created = "2016-12-19";
|
|
$updated = "2016-12-19";
|
|
?>
|