blob: b62b56f8e266236cf18cdcd475feebe4b3fa2f89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{{range .moreScripts}}
<script src="/public/{{.}}" type="text/javascript" charset="utf-8"></script>
{{end}}
<div class="footer">
<div class="container">
<div class="row">
<footer>
<p id="copyright-text" align='right'> Copyright 2015 <a class="footer-a" href="//www.iamfabulous.de" title="Maximilian Möhring">Maximilian Möhring</a></p>
</footer>
</div>
</div>
</div>
<script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="/static/js/bootstrap.js"></script>
</body>
</html>
|