Skip to content

Commit

Permalink
Merge pull request #25 from misaeladame/misaeladame-patch-1
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
misaeladame authored Jan 12, 2021
2 parents da9a449 + 32c964a commit 9587f24
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Paginas U5/en_clase/mi_primer_php.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mi Primer Pagina PHP</title>
</head>
<body>
<h3>Esta pagina incluye un Script de PHP</h3>
<br>
<?php
phpinfo();
?>
</body>
</html>

0 comments on commit 9587f24

Please sign in to comment.