From c2ab9472cb959ec8d2520530bacf73ee87db9cac Mon Sep 17 00:00:00 2001
From: Dustin Walker <dustin.walker@email.wsu.edu>
Date: Tue, 11 Oct 2022 23:43:29 -0400
Subject: add width and height to all <img> in all .html files

---
 recipes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'recipes.html')

diff --git a/recipes.html b/recipes.html
index 3ede57a..c53e56d 100644
--- a/recipes.html
+++ b/recipes.html
@@ -10,7 +10,7 @@
 	</head>
 	<body>
 		<main>
-			<img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
+			<img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich" width="300" height="287"/>
 			<h1>Recipe Index</h1>
 
 			<p>This index hosts a list of recipes I use and trust. At a minimum each recipe provides a list of ingredients and instructions. They may also include pictures and historical information, if I got around to it.</p>
-- 
cgit v1.2.3