Skip to content

Commit 9587f24

Browse files
authored
Merge pull request #25 from misaeladame/misaeladame-patch-1
Add files via upload
2 parents da9a449 + 32c964a commit 9587f24

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Paginas U5/en_clase/mi_primer_php.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Mi Primer Pagina PHP</title>
7+
</head>
8+
<body>
9+
<h3>Esta pagina incluye un Script de PHP</h3>
10+
<br>
11+
<?php
12+
phpinfo();
13+
?>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)