aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 14:21:47 -0500
committerkj_sh6042026-02-14 14:21:47 -0500
commit77cdca6eaa2fd3749463bffffe62a7a7fd2bea7c (patch)
treed4b09ba5439231e5d6ce669d2ed56fa27d5dee35
parenteb61a9c22b331d6f1b1602f17bcac3362475b2cb (diff)
refactor: use public domain image for example image
-rw-r--r--docs/index.html2
-rw-r--r--out/docs/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index e364a56..e90d46d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -152,7 +152,7 @@
<h3 id="other">Other</h3>
<p>Here's a horizontal rule and image because I don't know where else to put them.</p>
- <img src="https://placekitten.com/408/287" alt="Example kitten" />
+ <img src="https://www.publicdomainpictures.net/pictures/180000/velka/spider-man.jpg" alt="example spider-man" />
<hr />
<p>And here's a nicely marked up table!</p>
diff --git a/out/docs/index.html b/out/docs/index.html
index e364a56..e90d46d 100644
--- a/out/docs/index.html
+++ b/out/docs/index.html
@@ -152,7 +152,7 @@
<h3 id="other">Other</h3>
<p>Here's a horizontal rule and image because I don't know where else to put them.</p>
- <img src="https://placekitten.com/408/287" alt="Example kitten" />
+ <img src="https://www.publicdomainpictures.net/pictures/180000/velka/spider-man.jpg" alt="example spider-man" />
<hr />
<p>And here's a nicely marked up table!</p>