diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-12-22 15:11:41 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-12-22 15:11:41 +0100 |
commit | a94d5ca15d7503f48a0f0ec090e705ccf22da130 (patch) | |
tree | 4d1e849a6fad9d5446dd661146c5ec2b96f9bac9 /index.html | |
parent | 23ab848f78dae29224127e4686ffcadfacd65425 (diff) |
Fix span tag and indentation
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -66,12 +66,10 @@ table { margin: 1.5em; } all the features. </p> <div class=birthday style="text-align:center"> - <img style="display:inline; padding:5px" alt="Birthday" src="25-years/birthday.gif"> - <span style="font-size:20px"> - <a href="25-years/index.html">25 years - of Dillo</a> - <p>Dillo is now 25 years old!, since the first release in Dec 1999 - </span> + <img style="display:inline; padding:5px" alt="Birthday" src="25-years/birthday.gif"> + <span style="font-size:20px"> + <a href="25-years/index.html">25 years of Dillo</a></span> + <p>Dillo is now 25 years old!, since the first release in Dec 1999</p> </div> <h2>Screenshots</h2> <a href="img/plan9.png"><img alt="Plan9 website" class="shot" src="img/mini-plan9.png"></a> |