Skip to content

Commit

Permalink
Create helloworldhtml.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohnyk authored Oct 8, 2018
1 parent 488a714 commit f6eb467
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Html/helloworldhtml.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 f6eb467

Please sign in to comment.