Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PerlaHM
/
PERT20
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PERT20
/
app
/
autos.php
PerlaHM
se cambio agrego autos, comida, ropa y se modifico header
f0d8e57
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
174 Bytes
<?php
include_once
(
'inc/header.php'
);
?>
<?php
define
(
"MESSAGE"
,
"RUUUUUMMMMMMM🚘🚜!!!"
);
echo
MESSAGE;
?>
<?php
include_once
(
'inc/footer.php'
);
?>