Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Meli20
/
Examen
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Examen
/
app
/
variables.php
Meli20
se modifico variables.php
9119b13
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
<?php
include_once
(
'inc/header.php'
);
?>
<?php
$txt
=
"Jump high superstar"
;
echo
$txt
;
?>
<?php
include_once
(
'inc/footer.php'
);
?>