Include smiley in index page

This commit is contained in:
Daniel Snider 2022-05-20 19:22:56 +00:00
parent ddae859ccf
commit 5ca6d65883

View File

@ -1,5 +1,6 @@
<html> <html>
<body> <body>
<h1>It works!</h1> <h1>It works!</h1>
<img src="./images/smile.png"/>
</body> </body>
</html> </html>