diff options
Diffstat (limited to 'static/footer.php')
| -rwxr-xr-x | static/footer.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/footer.php b/static/footer.php new file mode 100755 index 0000000..2c6a6cf --- /dev/null +++ b/static/footer.php @@ -0,0 +1,13 @@ + <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 type='text/javascript'>var a = new Array('s.de','iamfabulou','nde@lists.','jungegemei');document.getElementById('mail').innerHTML="<a href='mailto:"+a[3]+a[2]+a[1]+a[0]+"'>E-Mail Adresse</a>";</script> + <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> + |
