Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
perahh
/
lazy19
like
0
Runtime error
App
Files
Files
Community
7803264
lazy19
/
app
/
Constantes.php
perahh
modificacion en constantes.php
eeaf9cf
about 1 month ago
raw
Copy download link
history
blame
Safe
231 Bytes
<?php
include_once
(
'inc/header.php'
);
?>
<?php
define
(
"MESSAGE"
,
"Happy learning"
);
echo
MESSAGE;
?>
<?php
include_once
(
'inc/footer.php'
);
?>