7 lines
136 B
PHP
7 lines
136 B
PHP
<?php
|
|
$title = "Hello, World!";
|
|
$description = "A brief introduction to my blog.";
|
|
$created = "2016-05-18";
|
|
$updated = "2016-05-18";
|
|
?>
|