Create hello.html

This commit is contained in:
aljohn-ma 2018-10-09 12:23:00 +08:00 committed by GitHub
parent 3ec9f88f4b
commit 6770f0b281
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>