Añadir 'blog_config.php'

This commit is contained in:
Lucas 2021-04-09 15:32:37 +00:00
parent 107b0e3501
commit 2191f634b9
1 changed files with 4 additions and 0 deletions

4
blog_config.php Normal file
View File

@ -0,0 +1,4 @@
<?php $title="Lucas' Blog"; $posts=[
["9/4/2021","Lol","First post
Nice"]
]; ?>