Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ladogton2010
/
elon_itsz
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
347035e
elon_itsz
/
app
/
constantes.php
ladogton2010
Agregada constante
4b042e6
4 months ago
raw
Copy download link
history
blame
155 Bytes
<?php
include_once
(
"./inc/header.php"
);
?>
<?php
define
(
"MESSAGE"
,
"Happy learning!"
);
echo
MESSAGE;
?>
<?php
include_once
(
"./inc/footer.php"
);
?>