Skip to content

Commit

Permalink
Added hello world HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
jude.garay committed Oct 8, 2018
1 parent 488a714 commit aa78713
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Html/hello-world-ph.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>

0 comments on commit aa78713

Please sign in to comment.