diff options
Diffstat (limited to 'src/download/index.html')
-rw-r--r-- | src/download/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/download/index.html b/src/download/index.html index f2b9d0a..ac6b704 100644 --- a/src/download/index.html +++ b/src/download/index.html @@ -222,8 +222,11 @@ __HEADER__ <h4 class="font-weight-light">Need something else?</h4> </div> <div class="col-12 col-md-4"> - <h3><a href="https://distfiles.adelielinux.org/adelie/current/iso/">Full Directory Listing</a></h3> - <p><a href="https://distfiles.adelielinux.org/archive/">Historical Archives</a></p> + <ul> + <li><a href="https://distfiles.adelielinux.org/adelie/current/iso/">Full Directory Listing</a></li> + <li><a href="https://hub.docker.com/r/adelielinux/adelie">Docker Images</a></li> + <li><a href="https://distfiles.adelielinux.org/archive/">Historical Archives</a></li> + </ul> </div> <div class="col-12 col-md-4"> <ul class="list-unstyled"> |