Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Meli20
/
tarea
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tarea
/
app
/
variables.php
Meli20
se agrego footer y header a variables.php
136d740
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
150 Bytes
<?php
include_once
(
'inc/footer.php'
);
?>
<?php
$txt
=
"my secund PHP script!"
;
echo
$txt
;
?>
<?php
include_once
(
'inc/footer.php'
);
?>