Skip to content

Commit

Permalink
Create index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
niunmango authored Jun 1, 2021
1 parent fd50ece commit cb95c2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<title>Prueba de PHP</title>
</head>
<body>
<?php echo '<p>Hola Mundo</p>'; ?>
<a href="index.html">HTML</a>
</body>
</html>

0 comments on commit cb95c2f

Please sign in to comment.