7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
$title = "Recipe: Potato Stir-Fry";
|
|
$description = "";
|
|
$created = "2019-12-09";
|
|
$updated = "2019-12-09";
|
|
?>
|