11 Zeilen
328 B
HTML
11 Zeilen
328 B
HTML
</div>
|
|
<div id="footer" class="text-center text-light bg-dark py-2">
|
|
<small>Copyright © 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>
|