7 lines
141 B
PHP
7 lines
141 B
PHP
|
<?php
|
||
|
$title = "Modesty";
|
||
|
$description = "An exposition to the principle of modesty.
";
|
||
|
$created = "2020-03-17";
|
||
|
$updated = "2020-03-17";
|
||
|
?>
|