Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PerlaHM
/
examen
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
examen
/
app
/
constante.php
PerlaHM
se modifico constante
8f06252
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
238 Bytes
<?php
include_once
(
'inc/header.php'
);
?>
<?php
define
(
"MESSAGE"
,
"INSTITUTO ποΈ, TECNOLOGICO π©βπ», SUPERIOR π©βπΌ, DE, ZONGOLICA π£"
);
print
MESSAGE;
?>
<?php
include_once
(
'inc/footer.php'
);
?>