bag-man/nodestack

View on GitHub
app/assets/templates/footer.pug

Summary

Maintainability
Test Coverage
footer.footer
  script(src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.min.js',
         integrity='sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo='
         crossorigin='anonymous')
  script(src='https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.5/socket.io.min.js',
         integrity='sha256-A+2KjJZFFxJ7QA7RQhSh0dQuNY6VockhLC9klp0DVjM=',
         crossorigin='anonymous')
  script(src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js',
         integrity='sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa',
         crossorigin='anonymous')
  script(src='/js/bundle.js')