blob: d786d68aa4c5239b3002e023073a816e0a25a074 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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("static/piwik.html"); ?>
</body>
</html>
|