mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 11:42:04 +00:00
10 lines
368 B
Text
10 lines
368 B
Text
mixin footer
|
|
footer#footer
|
|
.container
|
|
p.text-muted.credit.
|
|
Copyright © 2013 Calvin Montgomery
|
|
script(src="/js/jquery.js")
|
|
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
|
// I should really abandon this crap one day
|
|
script(src="//code.jquery.com/ui/1.10.3/jquery-ui.js")
|
|
script(src="/js/bootstrap.js")
|