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
/
autos.php
Meli20
se modifico comida.php
6819ff9
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
144 Bytes
<?php
include_once
(
'inc/header.php'
);
?>
<?php
$txt
=
"compra un auto nuevo!"
;
echo
$txt
;
?>
<?php
include_once
(
'inc/footer.php'
);
?>