diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-30 12:15:02 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-30 12:15:02 +0200 |
| commit | a9c6fe336849e35a23251934f5eff78f19b9fb6a (patch) | |
| tree | f8a5de4d1813776bf64350105f14572a0732bdbd /design/index.html | |
| parent | 9729848e9887b2f146eb477a261d632e2d8d4705 (diff) | |
feat(design): link on image in home
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> |
