sync/templates/footer.pug

11 lines
672 B
Plaintext
Raw Normal View History

mixin footer
footer#footer
.container
p.text-muted.credit.
2019-02-02 23:56:43 +00:00
Powered by CyTube, available on <a href="https://github.com/calzoneman/sync" target="_blank" rel="noreferrer noopener">GitHub</a>&nbsp;&middot; <a href="/contact" target="_blank">Contact</a>&nbsp;&middot; <a href="https://github.com/calzoneman/sync/wiki" target="_blank" rel="noopener noreferrer">Wiki</a>
2022-01-19 15:00:00 +00:00
script(src="/js/jquery-1.12.4.min.js")
2014-01-22 05:04:06 +00:00
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
// I should really abandon this crap one day
2015-02-11 05:07:57 +00:00
script(src="/js/jquery-ui.js")
script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js")