diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-09 14:03:18 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:04 +0200 |
commit | a91bf2c8708f13023bec993159f804e00bd35459 (patch) | |
tree | 4c4a398ff59ced47c33da551e6e05e3312a411a4 /templates/cgi/debian/footer.html | |
parent | 63a747b0c2237cfa995018dd690804b7ba0e7d39 (diff) | |
download | vyos-live-build-a91bf2c8708f13023bec993159f804e00bd35459.tar.gz vyos-live-build-a91bf2c8708f13023bec993159f804e00bd35459.zip |
Updating for twitter-bootstrap usage on live.debia.net in the cgi html templates.
Diffstat (limited to 'templates/cgi/debian/footer.html')
-rw-r--r-- | templates/cgi/debian/footer.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/templates/cgi/debian/footer.html b/templates/cgi/debian/footer.html index e8b428807..d4a43d534 100644 --- a/templates/cgi/debian/footer.html +++ b/templates/cgi/debian/footer.html @@ -1,8 +1,14 @@ -<div id="footer"> - <br /> - <h2 id="subtitle">Debian Live Project <a href="mailto:debian-live@lists.debian.org"><debian-live@lists.debian.org></a> — <a href="http://live.debian.net/devel/live-build">live-build</a>, version VERSION — <a href="http://live.debian.net/project/legal/">Legal information</a></h2> - <br /> -</div> + <hr> -</body> + <footer> + <p>2006-2013 Debian Live <a class="muted pull-right" href="http://live.debian.net/project/legal/">Legal Information</a></p> + </footer> + + </div> <!-- /container --> + + <!-- Le javascript --> + <script src="http://live.debiann.net/stuff/jquery/jquery.min.js"></script> + <script src="http://live.debiann.net/stuff/bootstrap/js/bootstrap.min.js"></script> + + </body> </html> |