mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-22 06:30:23 +00:00
Render bootstrap and jquery from a different server.
This commit is contained in:
8
app/views/layouts/_js.html.erb
Normal file
8
app/views/layouts/_js.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||
<!-- Bootstrap CDN -->
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user