summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_archlinux.sh
diff options
context:
space:
mode:
authoranthraxx <levente@leventepolyak.net>2015-11-12 19:49:51 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-12 19:52:10 +0100
commit2b5e8f34e5791d70ab89479f9fd035aa53bc561b (patch)
tree6b32f3dc443e86c8c9f3bd90e257c6e46b095ec1 /bin/reproducible_html_archlinux.sh
parentb859333ade7ffa522259f9e1e8820a5e79c2db09 (diff)
downloadjenkins.debian.net-2b5e8f34e5791d70ab89479f9fd035aa53bc561b.tar.xz
awesome Arch Linux reproducible html style \o/
- this also adds some (hopefully non-intrusive) styling possibilities to the footer
Diffstat (limited to 'bin/reproducible_html_archlinux.sh')
-rwxr-xr-xbin/reproducible_html_archlinux.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index dd29ba73..94015cbc 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -22,14 +22,15 @@ cat > $PAGE <<- EOF
<html lang="en-US">
<head>
<meta charset="UTF-8">
- <title>Repoducible Arch Linux ?</title>
- <link rel='stylesheet' href='/freebsd/global.css' type='text/css' media='all' />
+ <title>Repoducible Arch Linux ?!</title>
+ <link rel='stylesheet' href='global.css' type='text/css' media='all' />
</head>
<body>
- <div id="logo">
- <h1>Reproducible Arch Linux?</h1>
+ <div id="archnavbar">
+ <div id="logo"></div>
</div>
<div class="content">
+ <h1>Reproducible Arch Linux?!</h1>
<div class="page-content">
EOF