diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_rpms.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index 03c5584e..32d6c121 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -124,8 +124,8 @@ cat > $PAGE <<- EOF <link rel='stylesheet' href='/rpms/$RELEASE.css' type='text/css' media='all' /> </head> <body> - <div id="archnavbar"> - <div id="logo"></div> + <div id="logo"> + <p><img src="${RELEASE}_logo.png" alt="$RELEASE logo" height="50%" /></p> </div> <div class="content"> <h1>Reproducible $RELEASE ($ARCH) ?!</h1> |