diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-09-05 21:30:31 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-09-05 21:30:31 +0200 |
commit | f6a51c7ec69d060ab21987ba9be74b202edc1ff0 (patch) | |
tree | aa0e0cbd68af2857739a15ef2d86162e854dbbc9 /templates/cgi/debian/footer.html | |
parent | 7ca77d248bed85e6d5affce1fde613737063eec1 (diff) | |
download | vyos-live-build-f6a51c7ec69d060ab21987ba9be74b202edc1ff0.tar.gz vyos-live-build-f6a51c7ec69d060ab21987ba9be74b202edc1ff0.zip |
Updating cgi templates for current bootstrap version 3.0.0 based theme on live-systems.org.
Diffstat (limited to 'templates/cgi/debian/footer.html')
-rw-r--r-- | templates/cgi/debian/footer.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/cgi/debian/footer.html b/templates/cgi/debian/footer.html index 5bf349452..4723c1f30 100644 --- a/templates/cgi/debian/footer.html +++ b/templates/cgi/debian/footer.html @@ -1,14 +1,16 @@ - <hr> + <hr /> <footer> - <a href="http://live-systems.org/devel/live-build/">live-build</a> VERSION <a class="muted pull-right" href="http://live-systems.org/project/legal/">Legal Information</a></p> + <p><div class="muted">2006-2013 <a class="muted" href="mailto:debian-live@lists.debian.org?subject=Live Systems Project:%20Feedback">Live Systems Project</a> <a class="muted pull-right" href="http://live-systems.org/project/legal/">Legal Information</a></p> </footer> - </div> <!-- /container --> - <!-- Le javascript --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> <script src="http://live-systems.org/stuff/jquery/jquery.min.js"></script> <script src="http://live-systems.org/stuff/bootstrap/js/bootstrap.min.js"></script> - + <script src="http://live-systems.org/stuff/bootstrap/table.js"></script> </body> </html> |