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
/
index.php
PerlaHM
update index
b2ce708
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
210 Bytes
<?php
include_once
(
'inc/header.php'
);
?>
<?php
print
"Hola, soy Perla Hernandez Mendez con numero de matricula 216w0606 ISC sistema Mixto πββοΈ"
;
?>
<?php
include_once
(
'inc/footer.php'
);
?>