diff options
Diffstat (limited to 'design/index.html')
| -rw-r--r-- | design/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/index.html b/design/index.html index 1078cc0..3bae77b 100644 --- a/design/index.html +++ b/design/index.html @@ -32,7 +32,7 @@ <article> <h2><a href="log.html">Article title</a></h2> <figure> - <img src="https://placehold.co/1920x1080" alt=""> + <a href="log.html"><<img src="https://placehold.co/1920x1080" alt=""></a> <figcaption>A placeholder.</figcaption> </figure> <p> @@ -42,7 +42,7 @@ <article> <h2><a href="log.html">Article title</a></h2> <figure> - <img src="https://placehold.co/1920x1080" alt=""> + <a href="log.html"><img src="https://placehold.co/1920x1080" alt=""></a> <figcaption>A placeholder.</figcaption> </figure> <p> |
