diff options
author | Alex Scerba <alex@scerba.org> | 2024-11-03 10:02:20 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-11-03 10:02:20 -0500 |
commit | 66ff469cdc931310446b2b1d5949bfb38d3b7612 (patch) | |
tree | 85faafe9d88d245efdcde1cb382bb48e38692a8a | |
parent | 9f0b049d4f165dee058b42080094f80b8283b2ae (diff) |
Fix missing </ul> element
-rw-r--r-- | static/links.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/links.html b/static/links.html index 5c4b0e9..58b733c 100644 --- a/static/links.html +++ b/static/links.html @@ -15,6 +15,7 @@ <h2>Art</h2>
<ul>
<li><a href="https://simonstalenhag.se">the Steel Meadow</a> - Simon Stålenhag - Sweedish concept artist</li>
+ </ul>
<h2>Books</h2>
<ul>
<li><a href="https://www.amazon.com/Androids-Dream-Electric-Sheep-inspiration-ebook/dp/B000SEGTI0">Do Androids Dream of Electric Sheep</a></li>
|