7 lines
209 B
PHP
7 lines
209 B
PHP
<?php
|
|
$title = "The Lesson We Could Learn, But Won't";
|
|
$description = "A reflection on the COVID-19 epidemic and what we can learn from this experience.
|
|
";
|
|
$created = "2020-03-25";
|
|
$updated = "2020-03-25";
|
|
?>
|