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
commit ab0d4b2a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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>