summaryrefslogtreecommitdiff
path: root/views/footer.html
blob: 408581df815a03e63fba2bc8a7036391c08ce501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  {{range .moreScripts}}
	<script src="/static/js/{{.}}" 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&ouml;hring</a></p>
		</footer>
		</div>
	</div>
</div>
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script
<!--script src="/static/js/bootstrap.js"></script-->
  </body>
</html>