Skip to content

Commit 05a50b0

Browse files
committed
adding html-helloworld application
1 parent c675da7 commit 05a50b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

html-helloworld/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html>
2+
<body>
3+
<h1>Hello, World!</h1>
4+
</body>
5+
</html>

0 commit comments

Comments
 (0)