diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-21 21:10:58 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-21 21:10:58 +0200 |
commit | b5a00704e4d0133aa6e3a60d7065a4953b148acf (patch) | |
tree | f4ae390a8677c0d2755c14294316bbfda8f14025 | |
parent | a4afe49a4d1b2c6624324519e1327d94676b7352 (diff) |
Add link to the gallery in the main page
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -68,7 +68,9 @@ table { margin: 1.5em; } <a href="img/aaronsw.png"><img alt="Aaron Swartz website" class="shot" src="img/mini-aaronsw.png"></a> <a href="img/hackernews.png"><img alt="Hacker News website" class="shot" src="img/mini-hackernews.png"></a> <a href="img/100r.png"><img alt="100 Rabbits website" class="shot" src="img/mini-100r.png"></a> - <p style="text-align:right">...check <a href="old/screenshots/index.html">the archives</a> for more pictures.</p> + <p style="text-align:right">...see + <a href="gallery/index.html">the gallery</a> for more pictures and + screenshots.</p> <h2>Project objectives</h2> <ul> <li>Lower the barrier of entry to the web.</li> |