Update static/index.html
Build and Push Docker Image / build (push) Successful in 10s

This commit is contained in:
2026-04-18 11:22:51 -04:00
parent 64d0a97dfc
commit f92432a783
+2 -1
View File
@@ -5,6 +5,7 @@
</head> </head>
<body> <body>
<h1>Hello, World!</h1> <h1>Hello, World!</h1>
<img src="/media/tim-at-park.jpg" width="400"> <img src="/media/tim-at-park.jpg" width="400">
<figcaption>This is me.</figcaption>
</body> </body>
</html> </html>