Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #10 from ThiagoWhispher/patch-2
Browse files Browse the repository at this point in the history
Create HelloWorld in PHP
  • Loading branch information
Aniket965 authored Oct 3, 2018
2 parents 930e1c6 + 6829292 commit 9506344
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PHP/HelloWorld.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>Hello World</title>
</head>
<body>
<?php echo "<p>Hello World!</p>"; ?>
</body>
</html>

0 comments on commit 9506344

Please sign in to comment.