7 lines
252 B
PHP
7 lines
252 B
PHP
<?php
|
|
$title = "What is Love?";
|
|
$description = "Despite this being the age where we talk the most about \"Love\", what is it truly? And do the people that talk about it the most truly love others?";
|
|
$created = "2020-12-12";
|
|
$updated = "2020-12-13";
|
|
?>
|