Merge pull request #358 from aljohn-ma/master

Create hello.html
This commit is contained in:
Josh Cunningham
2018-10-09 09:00:31 -07:00
committed by GitHub

6
code/hello.html Normal file
View File

@@ -0,0 +1,6 @@
<html>
<header><title>Hello world.</title></header>
<body>
<p>Hello, world!</p>
</body>
</html>