commit 72a0de0e71adfd909298280378863f0b21944c58 parent 39f624b2e462c1270764bd526fc10a2327b333d9 Author: Hunter Date: Thu, 15 Jan 2026 12:14:54 -0500 pizza heaven: fix broken image reference Diffstat:
| M | pages/pizza_heaven/index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/pizza_heaven/index.html b/pages/pizza_heaven/index.html @@ -92,6 +92,6 @@ But you better not disparage our pizza pies again, capeeshe??? </p> <br><br> - <center><img src="images/smiling_pizza.gif"></center><br><br> + <center><img src="https://hunterirving.github.io/web_workshop/images/smiling_pizza.gif"></center><br><br> </body> </html> \ No newline at end of file