This repository has been archived on 2021-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
Christoph Schindlbeck b91f1c0540 Credits
2021-06-16 09:23:12 +02:00

32 lines
1.2 KiB
HTML

<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<p><a href="/impressum.html">Impressum</a></p>
<p>CD & Logo by <a href="https://nadine-trautzsch.de">Nadine Trautzsch</a> |
Titelbild <a href="https://twitter.com/_LeoDJ">@_LeoDJ</a> |
Theme &copy;
<a href="http://www.Themefisher.com">Themefisher</a> | {{ i18n "allRightReserved" }}.</p>
</div>
</div>
</div>
</div>
</footer>
{{"<!-- Js -->" | safeHTML}}
<script src="{{`js/vendor/jquery-2.1.1.min.js` | absURL}}"></script>
<script src="{{`js/bootstrap.min.js` | absURL}}"></script>
<script src="{{`js/vendor/modernizr-2.6.2.min.js` | absURL}}"></script>
<script src="{{`js/jquery.lwtCountdown-1.0.js` | absURL}}"></script>
<script src="{{`js/owl.carousel.min.js` | absURL}}"></script>
<script src="{{`js/jquery.validate.min.js` | absURL}}"></script>
<script src="{{`js/jquery.form.js` | absURL}}"></script>
<script src="{{`js/jquery.nav.js` | absURL}}"></script>
<script src="{{`js/wow.min.js` | absURL}}"></script>
<script src="{{`js/main.js` | absURL}}"></script>
</body>
</html>