Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Karen02
/
Examen
like
0
Sleeping
App
Files
Files
Community
6f20979
Examen
/
app
/
enunciado.php
karen yamilet jacome valdivia
se agrego el index.php
87a6f77
about 1 month ago
raw
Copy download link
history
blame
Safe
175 Bytes
<?php
include_once
(
'inc/header.php'
);
?>
<?php
$txt
=
"Jump high superstar"
;
echo
$txt
;
?>
<?php
include_once
(
'inc/header.php'
);
?>