Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
perahh
/
lazy19
like
0
Runtime error
App
Files
Files
Community
e8aa9e9
lazy19
/
app
/
index.php
perahh
modificaciones en index.php
52d231a
about 1 month ago
raw
Copy download link
history
blame
Safe
171 Bytes
<?php
include_once
(
'inc/header.php'
);
?>
<?php
echo
"Esperanza Hernandez Herrera!"
;
?>
<?php
include_once
(
'inc/footer.php'
);
?>