Last active
July 30, 2018 16:49
-
-
Save m1ndspark/704d6cf6c412aad6a4a434998f1a8e27 to your computer and use it in GitHub Desktop.
Add Bootstrap to Any WordPress Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Latest compiled and minified CSS --> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> | |
<!-- Latest compiled and minified JavaScript --> | |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script> | |
<!-- Latest Complete JavaScript Bundle --> | |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script> | |
<!-- Check for new updates @ https://www.bootstrapcdn.com/ --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment