mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-12 00:20:58 +00:00
Use protocol-relative URL in example
This commit is contained in:
parent
d48387aa4d
commit
da417c3e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ bootstrap/
|
|||
<h1>Hello, world!</h1>
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="http://code.jquery.com/jquery.js"></script>
|
||||
<script src="//code.jquery.com/jquery.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue