traintastic/doc/template/footer.html
2020-04-29 15:42:30 +02:00

11 Zeilen
328 B
HTML

</div>
<div id="footer" class="text-center text-light bg-dark py-2">
<small>Copyright &copy; 2019-${year}</small>
</div>
</div>
<script src="${js_path}jquery-3.4.1.slim.min.js"></script>
<script src="${js_path}popper.min.js"></script>
<script src="${js_path}bootstrap.min.js"></script>
</body>
</html>