adding html-helloworld application

This commit is contained in:
Richard Allred 2019-06-25 16:16:59 -04:00
parent c675da7379
commit 05a50b0671

View file

@ -0,0 +1,5 @@
<html>
<body>
<h1>Hello, World!</h1>
</body>
</html>