commit 0c723b12a618c6fc03a6bb918627c7b061064999
parent 6d121d0de201781c48f5f62c641fce2c290b4940
Author: Hunter
Date: Sun, 22 Mar 2026 11:30:41 -0400
update readme
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -29,6 +29,8 @@ Recently, Web Workshop has become an editor of choice for <a href="https://html.
- Your work is automatically saved, and restored when you reload the page
3. Press `⌘ + S` to export your work as an HTML file (`⌘ + O` to open an existing file)
+<img src="resources/images/hacking.gif" width="300">
+
## Stock Images
A library of stock images is included for your convenience. To browse them, type `<img src="?">` anywhere in the editor pane, then click to select an image from the resulting table.
@@ -38,6 +40,8 @@ A library of stock images is included for your convenience. To browse them, type
Alternatively, if you know the name of the image you'd like to use, you can add it to your project like so: `<img src="coffee.gif">`.
+<img src="resources/images/coffee.gif">
+
## Boilerplate
Type `<!>` to insert the following starter HTML: