diff options
Diffstat (limited to 'bootstrap/static/footer.php')
| -rwxr-xr-x | bootstrap/static/footer.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bootstrap/static/footer.php b/bootstrap/static/footer.php new file mode 100755 index 0000000..4a14ac7 --- /dev/null +++ b/bootstrap/static/footer.php @@ -0,0 +1,12 @@ + <div class="footer text-right"> + <div class="container"> + <p> Copyright 2014 <a id="copyright-text" href="//www.moehm.org/" target="_blank">Maximilian Möhring</a></p> + </div> + </div> + <script src="//code.jquery.com/jquery-1.10.1.min.js" defer></script> + <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" defer></script> + <?php //<script src='/boring.js' defer></script> ?> + <?php //include("piwik.html"); ?> + </body> +</html> + |
